Html Css Color HEX #468ADB Havelock Blue

📋 copy color: '#468ADB'

red 70 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #468ADB

Tints of Havelock Blue #468ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 16.39%
G = 32.32%
B = 51.29%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#468ADB (or 0x468ADB) is known color: Havelock Blue. HEX triplet: 46, 8A and DB. RGB value is (70,138,219). Sum of RGB (Red+Green+Blue) = 70+138+219=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #468ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ADB is #B97524. Grayscale: #7E7E7E. Windows color (decimal): -12154149 or 14387782. OLE color: 14387782.

HSL color Cylindrical-coordinate representation of color #468ADB: hue angle of 212.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468ADB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 138 219 -
CMYK 0.68 0.37 0 0.14
HSL 212.62º 0.67% 0.57% -
HSV(B) 212.62º 0.68% 0.86% -
XYZ 24.4 24.59 70.48 -
YUV 126.9 179.97 87.41 -
System Red Green Blue C M Y K H S L
Decimal 70 138 219 0.68 0.37 0 0.14 212.62 0.67 0.57
Hex 46 8A DB 44 25 0 E D5 43 39
Octal 106 212 333 104 45 0 16 325 103 71
Binary 1000110 10001010 11011011 1000100 100101 0 1110 11010101 1000011 111001

Color Harmonies of #468ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ADB

Black with #468ADB

Text Example


Text Example

White with #468ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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