Html Css Color HEX #567DD7 Havelock Blue

📋 copy color: '#567DD7'

red 86 ◦ green 125 ◦ blue 215

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

Shades of Havelock Blue #567DD7

Tints of Havelock Blue #567DD7

RGB

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

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

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

R = 20.19%
G = 29.34%
B = 50.47%

CMYK

 C value IS 0.6

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#567DD7 (or 0x567DD7) is known color: Havelock Blue. HEX triplet: 56, 7D and D7. RGB value is (86,125,215). Sum of RGB (Red+Green+Blue) = 86+125+215=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #567DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DD7 is #A98228. Grayscale: #7B7B7B. Windows color (decimal): -11108905 or 14122326. OLE color: 14122326.

HSL color Cylindrical-coordinate representation of color #567DD7: hue angle of 221.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #567DD7 is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 125 215 -
CMYK 0.6 0.42 0 0.16
HSL 221.86º 0.62% 0.59% -
HSV(B) 221.86º 0.6% 0.84% -
XYZ 23.44 21.55 67.21 -
YUV 123.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 86 125 215 0.6 0.42 0 0.16 221.86 0.62 0.59
Hex 56 7D D7 3C 2A 0 10 DE 3E 3B
Octal 126 175 327 74 52 0 20 336 76 73
Binary 1010110 1111101 11010111 111100 101010 0 10000 11011110 111110 111011

Color Harmonies of #567DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DD7

Black with #567DD7

Text Example


Text Example

White with #567DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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