Html Css Color HEX #468ECE Havelock Blue

📋 copy color: '#468ECE'

red 70 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #468ECE

Tints of Havelock Blue #468ECE

RGB

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

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

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

R = 16.75%
G = 33.97%
B = 49.28%

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

#468ECE (or 0x468ECE) is known color: Havelock Blue. HEX triplet: 46, 8E and CE. RGB value is (70,142,206). Sum of RGB (Red+Green+Blue) = 70+142+206=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #468ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ECE is #B97131. Grayscale: #7F7F7F. Windows color (decimal): -12153138 or 13536838. OLE color: 13536838.

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

Color convert

RGB 70 142 206 -
CMYK 0.66 0.31 0 0.19
HSL 208.24º 0.58% 0.54% -
HSV(B) 208.24º 0.66% 0.81% -
XYZ 23.34 25.1 62.01 -
YUV 127.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 70 142 206 0.66 0.31 0 0.19 208.24 0.58 0.54
Hex 46 8E CE 42 1F 0 13 D0 3A 36
Octal 106 216 316 102 37 0 23 320 72 66
Binary 1000110 10001110 11001110 1000010 11111 0 10011 11010000 111010 110110

Color Harmonies of #468ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ECE

Black with #468ECE

Text Example


Text Example

White with #468ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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