Html Css Color HEX #538CCF Havelock Blue

📋 copy color: '#538CCF'

red 83 ◦ green 140 ◦ blue 207

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

Shades of Havelock Blue #538CCF

Tints of Havelock Blue #538CCF

RGB

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

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

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

R = 19.3%
G = 32.56%
B = 48.14%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538CCF (or 0x538CCF) is known color: Havelock Blue. HEX triplet: 53, 8C and CF. RGB value is (83,140,207). Sum of RGB (Red+Green+Blue) = 83+140+207=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #538CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCF is #AC7330. Grayscale: #828282. Windows color (decimal): -11301681 or 13601875. OLE color: 13601875.

HSL color Cylindrical-coordinate representation of color #538CCF: hue angle of 212.42º 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 #538CCF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 140 207 -
CMYK 0.60 0.32 0 0.19
HSL 212.42º 0.56% 0.57% -
HSV(B) 212.42º 0.6% 0.81% -
XYZ 24.21 25.1 62.6 -
YUV 130.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 83 140 207 0.60 0.32 0 0.19 212.42 0.56 0.57
Hex 53 8C CF 3C 20 0 13 D4 38 39
Octal 123 214 317 74 40 0 23 324 70 71
Binary 1010011 10001100 11001111 111100 100000 0 10011 11010100 111000 111001

Color Harmonies of #538CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CCF

Black with #538CCF

Text Example


Text Example

White with #538CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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