Html Css Color HEX #468BDC Havelock Blue

📋 copy color: '#468BDC'

red 70 ◦ green 139 ◦ blue 220

#468BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #468BDC

Tints of Havelock Blue #468BDC

RGB

 RED value IS 70 (27.73% from 255) = 16.32%

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 16.32%
G = 32.4%
B = 51.28%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#468BDC (or 0x468BDC) is known color: Havelock Blue. HEX triplet: 46, 8B and DC. RGB value is (70,139,220). Sum of RGB (Red+Green+Blue) = 70+139+220=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #468BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BDC is #B97423. Grayscale: #7F7F7F. Windows color (decimal): -12153892 or 14453574. OLE color: 14453574.

HSL color Cylindrical-coordinate representation of color #468BDC: hue angle of 212.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468BDC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 139 220 -
CMYK 0.68 0.37 0 0.14
HSL 212.4º 0.68% 0.57% -
HSV(B) 212.4º 0.68% 0.86% -
XYZ 24.68 24.93 71.22 -
YUV 127.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 70 139 220 0.68 0.37 0 0.14 212.4 0.68 0.57
Hex 46 8B DC 44 25 0 E D4 44 39
Octal 106 213 334 104 45 0 16 324 104 71
Binary 1000110 10001011 11011100 1000100 100101 0 1110 11010100 1000100 111001

Color Harmonies of #468BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BDC

Black with #468BDC

Text Example


Text Example

White with #468BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468BDC; }

 p { color: rgb(70,139,220); }

 H1.HeaderClassName
 {
   color: #468BDC;
 }
 .AnyTagClassName
 {
   color: #468BDC;
 }
</style>

background-color css

<style>
 a { background-color: #468BDC; }

 a { background-color: rgb(70,139,220); }

 div.DivClassName
 {
   background-color: #468BDC;
 }
 .BgClassName
 {
   background-color: #468BDC;
 }
</style>

border-color css

<style>
 span { border-color: #468BDC; }

 span { border-color: rgb(70,139,220); }

 td.TdClassName
 {
   border-color: #468BDC;
 }
 .TagClassName
 {
   border-color: #468BDC;
 }
</style>