Html Css Color HEX #468ECF Havelock Blue

📋 copy color: '#468ECF'

red 70 ◦ green 142 ◦ blue 207

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

Shades of Havelock Blue #468ECF

Tints of Havelock Blue #468ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 16.71%
G = 33.89%
B = 49.4%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#468ECF (or 0x468ECF) is known color: Havelock Blue. HEX triplet: 46, 8E and CF. RGB value is (70,142,207). Sum of RGB (Red+Green+Blue) = 70+142+207=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #468ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ECF is #B97130. Grayscale: #7F7F7F. Windows color (decimal): -12153137 or 13602374. OLE color: 13602374.

HSL color Cylindrical-coordinate representation of color #468ECF: hue angle of 208.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468ECF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 142 207 -
CMYK 0.66 0.31 0 0.19
HSL 208.47º 0.59% 0.54% -
HSV(B) 208.47º 0.66% 0.81% -
XYZ 23.46 25.15 62.65 -
YUV 127.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 70 142 207 0.66 0.31 0 0.19 208.47 0.59 0.54
Hex 46 8E CF 42 1F 0 13 D0 3B 36
Octal 106 216 317 102 37 0 23 320 73 66
Binary 1000110 10001110 11001111 1000010 11111 0 10011 11010000 111011 110110

Color Harmonies of #468ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ECF

Black with #468ECF

Text Example


Text Example

White with #468ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,207); }

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

background-color css

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

 a { background-color: rgb(70,142,207); }

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

border-color css

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

 span { border-color: rgb(70,142,207); }

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