Html Css Color HEX #468BD6 Havelock Blue

📋 copy color: '#468BD6'

red 70 ◦ green 139 ◦ blue 214

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

Shades of Havelock Blue #468BD6

Tints of Havelock Blue #468BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 16.55%
G = 32.86%
B = 50.59%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#468BD6 (or 0x468BD6) is known color: Havelock Blue. HEX triplet: 46, 8B and D6. RGB value is (70,139,214). Sum of RGB (Red+Green+Blue) = 70+139+214=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #468BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BD6 is #B97429. Grayscale: #7E7E7E. Windows color (decimal): -12153898 or 14060358. OLE color: 14060358.

HSL color Cylindrical-coordinate representation of color #468BD6: hue angle of 211.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #468BD6 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 139 214 -
CMYK 0.67 0.35 0 0.16
HSL 211.25º 0.64% 0.56% -
HSV(B) 211.25º 0.67% 0.84% -
XYZ 23.9 24.62 67.11 -
YUV 126.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 70 139 214 0.67 0.35 0 0.16 211.25 0.64 0.56
Hex 46 8B D6 43 23 0 10 D3 40 38
Octal 106 213 326 103 43 0 20 323 100 70
Binary 1000110 10001011 11010110 1000011 100011 0 10000 11010011 1000000 111000

Color Harmonies of #468BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BD6

Black with #468BD6

Text Example


Text Example

White with #468BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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