Html Css Color HEX #538BD8 Havelock Blue

📋 copy color: '#538BD8'

red 83 ◦ green 139 ◦ blue 216

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

Shades of Havelock Blue #538BD8

Tints of Havelock Blue #538BD8

RGB

 RED value IS 83 (32.81% from 255) = 18.95%

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

 BLUE value IS 216 (84.77% from 255) = 49.32%

R = 18.95%
G = 31.74%
B = 49.32%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#538BD8 (or 0x538BD8) is known color: Havelock Blue. HEX triplet: 53, 8B and D8. RGB value is (83,139,216). Sum of RGB (Red+Green+Blue) = 83+139+216=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #538BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BD8 is #AC7427. Grayscale: #828282. Windows color (decimal): -11301928 or 14191443. OLE color: 14191443.

HSL color Cylindrical-coordinate representation of color #538BD8: hue angle of 214.74º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538BD8 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 139 216 -
CMYK 0.62 0.36 0 0.15
HSL 214.74º 0.63% 0.59% -
HSV(B) 214.74º 0.62% 0.85% -
XYZ 25.19 25.26 68.51 -
YUV 131.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 83 139 216 0.62 0.36 0 0.15 214.74 0.63 0.59
Hex 53 8B D8 3E 24 0 F D7 3F 3B
Octal 123 213 330 76 44 0 17 327 77 73
Binary 1010011 10001011 11011000 111110 100100 0 1111 11010111 111111 111011

Color Harmonies of #538BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BD8

Black with #538BD8

Text Example


Text Example

White with #538BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538BD8; }

 p { color: rgb(83,139,216); }

 H1.HeaderClassName
 {
   color: #538BD8;
 }
 .AnyTagClassName
 {
   color: #538BD8;
 }
</style>

background-color css

<style>
 a { background-color: #538BD8; }

 a { background-color: rgb(83,139,216); }

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

border-color css

<style>
 span { border-color: #538BD8; }

 span { border-color: rgb(83,139,216); }

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