Html Css Color HEX #538BCF Havelock Blue

📋 copy color: '#538BCF'

red 83 ◦ green 139 ◦ blue 207

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

Shades of Havelock Blue #538BCF

Tints of Havelock Blue #538BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 19.35%
G = 32.4%
B = 48.25%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538BCF (or 0x538BCF) is known color: Havelock Blue. HEX triplet: 53, 8B and CF. RGB value is (83,139,207). Sum of RGB (Red+Green+Blue) = 83+139+207=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #538BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BCF is #AC7430. Grayscale: #818181. Windows color (decimal): -11301937 or 13601619. OLE color: 13601619.

HSL color Cylindrical-coordinate representation of color #538BCF: hue angle of 212.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538BCF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 139 207 -
CMYK 0.60 0.33 0 0.19
HSL 212.9º 0.56% 0.57% -
HSV(B) 212.9º 0.6% 0.81% -
XYZ 24.06 24.81 62.55 -
YUV 130.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 83 139 207 0.60 0.33 0 0.19 212.9 0.56 0.57
Hex 53 8B CF 3C 21 0 13 D5 38 39
Octal 123 213 317 74 41 0 23 325 70 71
Binary 1010011 10001011 11001111 111100 100001 0 10011 11010101 111000 111001

Color Harmonies of #538BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BCF

Black with #538BCF

Text Example


Text Example

White with #538BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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