Html Css Color HEX #468CCE Havelock Blue

📋 copy color: '#468CCE'

red 70 ◦ green 140 ◦ blue 206

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

Shades of Havelock Blue #468CCE

Tints of Havelock Blue #468CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 16.83%
G = 33.65%
B = 49.52%

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

#468CCE (or 0x468CCE) is known color: Havelock Blue. HEX triplet: 46, 8C and CE. RGB value is (70,140,206). Sum of RGB (Red+Green+Blue) = 70+140+206=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #468CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CCE is #B97331. Grayscale: #7E7E7E. Windows color (decimal): -12153650 or 13536326. OLE color: 13536326.

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

Color convert

RGB 70 140 206 -
CMYK 0.66 0.32 0 0.19
HSL 209.12º 0.58% 0.54% -
HSV(B) 209.12º 0.66% 0.81% -
XYZ 23.04 24.51 61.91 -
YUV 126.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 70 140 206 0.66 0.32 0 0.19 209.12 0.58 0.54
Hex 46 8C CE 42 20 0 13 D1 3A 36
Octal 106 214 316 102 40 0 23 321 72 66
Binary 1000110 10001100 11001110 1000010 100000 0 10011 11010001 111010 110110

Color Harmonies of #468CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CCE

Black with #468CCE

Text Example


Text Example

White with #468CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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