Html Css Color HEX #418BDC Havelock Blue

📋 copy color: '#418BDC'

red 65 ◦ green 139 ◦ blue 220

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

Shades of Havelock Blue #418BDC

Tints of Havelock Blue #418BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 15.33%
G = 32.78%
B = 51.89%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#418BDC (or 0x418BDC) is known color: Havelock Blue. HEX triplet: 41, 8B and DC. RGB value is (65,139,220). Sum of RGB (Red+Green+Blue) = 65+139+220=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #418BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BDC is #BE7423. Grayscale: #7D7D7D. Windows color (decimal): -12481572 or 14453569. OLE color: 14453569.

HSL color Cylindrical-coordinate representation of color #418BDC: hue angle of 211.35º degrees, saturation: 0.69, 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 #418BDC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 139 220 -
CMYK 0.70 0.37 0 0.14
HSL 211.35º 0.69% 0.56% -
HSV(B) 211.35º 0.7% 0.86% -
XYZ 24.33 24.76 71.21 -
YUV 126.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 65 139 220 0.70 0.37 0 0.14 211.35 0.69 0.56
Hex 41 8B DC 46 25 0 E D3 45 38
Octal 101 213 334 106 45 0 16 323 105 70
Binary 1000001 10001011 11011100 1000110 100101 0 1110 11010011 1000101 111000

Color Harmonies of #418BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BDC

Black with #418BDC

Text Example


Text Example

White with #418BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,139,220); }

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

background-color css

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

 a { background-color: rgb(65,139,220); }

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

border-color css

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

 span { border-color: rgb(65,139,220); }

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