Html Css Color HEX #468CCF Havelock Blue

📋 copy color: '#468CCF'

red 70 ◦ green 140 ◦ blue 207

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

Shades of Havelock Blue #468CCF

Tints of Havelock Blue #468CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

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

R = 16.79%
G = 33.57%
B = 49.64%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#468CCF (or 0x468CCF) is known color: Havelock Blue. HEX triplet: 46, 8C and CF. RGB value is (70,140,207). Sum of RGB (Red+Green+Blue) = 70+140+207=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #468CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CCF is #B97330. Grayscale: #7E7E7E. Windows color (decimal): -12153649 or 13601862. OLE color: 13601862.

HSL color Cylindrical-coordinate representation of color #468CCF: hue angle of 209.34º 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 #468CCF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 140 207 -
CMYK 0.66 0.32 0 0.19
HSL 209.34º 0.59% 0.54% -
HSV(B) 209.34º 0.66% 0.81% -
XYZ 23.17 24.56 62.55 -
YUV 126.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 70 140 207 0.66 0.32 0 0.19 209.34 0.59 0.54
Hex 46 8C CF 42 20 0 13 D1 3B 36
Octal 106 214 317 102 40 0 23 321 73 66
Binary 1000110 10001100 11001111 1000010 100000 0 10011 11010001 111011 110110

Color Harmonies of #468CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CCF

Black with #468CCF

Text Example


Text Example

White with #468CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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