Html Css Color HEX #418CDB Havelock Blue

📋 copy color: '#418CDB'

red 65 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #418CDB

Tints of Havelock Blue #418CDB

RGB

 RED value IS 65 (25.78% from 255) = 15.33%

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

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

R = 15.33%
G = 33.02%
B = 51.65%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#418CDB (or 0x418CDB) is known color: Havelock Blue. HEX triplet: 41, 8C and DB. RGB value is (65,140,219). Sum of RGB (Red+Green+Blue) = 65+140+219=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #418CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CDB is #BE7324. Grayscale: #7E7E7E. Windows color (decimal): -12481317 or 14388289. OLE color: 14388289.

HSL color Cylindrical-coordinate representation of color #418CDB: hue angle of 210.78º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418CDB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 140 219 -
CMYK 0.70 0.36 0 0.14
HSL 210.78º 0.68% 0.56% -
HSV(B) 210.78º 0.7% 0.86% -
XYZ 24.34 24.99 70.56 -
YUV 126.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 65 140 219 0.70 0.36 0 0.14 210.78 0.68 0.56
Hex 41 8C DB 46 24 0 E D3 44 38
Octal 101 214 333 106 44 0 16 323 104 70
Binary 1000001 10001100 11011011 1000110 100100 0 1110 11010011 1000100 111000

Color Harmonies of #418CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CDB

Black with #418CDB

Text Example


Text Example

White with #418CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418CDB; }

 p { color: rgb(65,140,219); }

 H1.HeaderClassName
 {
   color: #418CDB;
 }
 .AnyTagClassName
 {
   color: #418CDB;
 }
</style>

background-color css

<style>
 a { background-color: #418CDB; }

 a { background-color: rgb(65,140,219); }

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

border-color css

<style>
 span { border-color: #418CDB; }

 span { border-color: rgb(65,140,219); }

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