Html Css Color HEX #567DCF Havelock Blue

📋 copy color: '#567DCF'

red 86 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #567DCF

Tints of Havelock Blue #567DCF

RGB

 RED value IS 86 (33.98% from 255) = 20.57%

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 20.57%
G = 29.9%
B = 49.52%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#567DCF (or 0x567DCF) is known color: Havelock Blue. HEX triplet: 56, 7D and CF. RGB value is (86,125,207). Sum of RGB (Red+Green+Blue) = 86+125+207=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #567DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DCF is #A98230. Grayscale: #7A7A7A. Windows color (decimal): -11108913 or 13598038. OLE color: 13598038.

HSL color Cylindrical-coordinate representation of color #567DCF: hue angle of 220.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567DCF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 125 207 -
CMYK 0.58 0.40 0 0.19
HSL 220.66º 0.56% 0.57% -
HSV(B) 220.66º 0.58% 0.81% -
XYZ 22.43 21.15 61.93 -
YUV 122.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 86 125 207 0.58 0.40 0 0.19 220.66 0.56 0.57
Hex 56 7D CF 3A 28 0 13 DD 38 39
Octal 126 175 317 72 50 0 23 335 70 71
Binary 1010110 1111101 11001111 111010 101000 0 10011 11011101 111000 111001

Color Harmonies of #567DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DCF

Black with #567DCF

Text Example


Text Example

White with #567DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567DCF; }

 p { color: rgb(86,125,207); }

 H1.HeaderClassName
 {
   color: #567DCF;
 }
 .AnyTagClassName
 {
   color: #567DCF;
 }
</style>

background-color css

<style>
 a { background-color: #567DCF; }

 a { background-color: rgb(86,125,207); }

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

border-color css

<style>
 span { border-color: #567DCF; }

 span { border-color: rgb(86,125,207); }

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