Html Css Color HEX #468ADE Havelock Blue

📋 copy color: '#468ADE'

red 70 ◦ green 138 ◦ blue 222

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

Shades of Havelock Blue #468ADE

Tints of Havelock Blue #468ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 16.28%
G = 32.09%
B = 51.63%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#468ADE (or 0x468ADE) is known color: Havelock Blue. HEX triplet: 46, 8A and DE. RGB value is (70,138,222). Sum of RGB (Red+Green+Blue) = 70+138+222=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #468ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ADE is #B97521. Grayscale: #7E7E7E. Windows color (decimal): -12154146 or 14584390. OLE color: 14584390.

HSL color Cylindrical-coordinate representation of color #468ADE: hue angle of 213.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468ADE is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 138 222 -
CMYK 0.68 0.38 0 0.13
HSL 213.16º 0.7% 0.57% -
HSV(B) 213.16º 0.68% 0.87% -
XYZ 24.8 24.75 72.58 -
YUV 127.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 70 138 222 0.68 0.38 0 0.13 213.16 0.7 0.57
Hex 46 8A DE 44 26 0 D D5 46 39
Octal 106 212 336 104 46 0 15 325 106 71
Binary 1000110 10001010 11011110 1000100 100110 0 1101 11010101 1000110 111001

Color Harmonies of #468ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ADE

Black with #468ADE

Text Example


Text Example

White with #468ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,222); }

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

background-color css

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

 a { background-color: rgb(70,138,222); }

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

border-color css

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

 span { border-color: rgb(70,138,222); }

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