Html Css Color HEX #538BD7 Havelock Blue

📋 copy color: '#538BD7'

red 83 ◦ green 139 ◦ blue 215

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

Shades of Havelock Blue #538BD7

Tints of Havelock Blue #538BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 18.99%
G = 31.81%
B = 49.2%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#538BD7 (or 0x538BD7) is known color: Havelock Blue. HEX triplet: 53, 8B and D7. RGB value is (83,139,215). Sum of RGB (Red+Green+Blue) = 83+139+215=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #538BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BD7 is #AC7428. Grayscale: #828282. Windows color (decimal): -11301929 or 14125907. OLE color: 14125907.

HSL color Cylindrical-coordinate representation of color #538BD7: hue angle of 214.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538BD7 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 139 215 -
CMYK 0.61 0.35 0 0.16
HSL 214.55º 0.62% 0.58% -
HSV(B) 214.55º 0.61% 0.84% -
XYZ 25.07 25.21 67.84 -
YUV 130.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 83 139 215 0.61 0.35 0 0.16 214.55 0.62 0.58
Hex 53 8B D7 3D 23 0 10 D7 3E 3A
Octal 123 213 327 75 43 0 20 327 76 72
Binary 1010011 10001011 11010111 111101 100011 0 10000 11010111 111110 111010

Color Harmonies of #538BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BD7

Black with #538BD7

Text Example


Text Example

White with #538BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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