Html Css Color HEX #567FDD Havelock Blue

📋 copy color: '#567FDD'

red 86 ◦ green 127 ◦ blue 221

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

Shades of Havelock Blue #567FDD

Tints of Havelock Blue #567FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 19.82%
G = 29.26%
B = 50.92%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#567FDD (or 0x567FDD) is known color: Havelock Blue. HEX triplet: 56, 7F and DD. RGB value is (86,127,221). Sum of RGB (Red+Green+Blue) = 86+127+221=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #567FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567FDD is #A98022. Grayscale: #7D7D7D. Windows color (decimal): -11108387 or 14516054. OLE color: 14516054.

HSL color Cylindrical-coordinate representation of color #567FDD: hue angle of 221.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567FDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 127 221 -
CMYK 0.61 0.43 0 0.13
HSL 221.78º 0.67% 0.6% -
HSV(B) 221.78º 0.61% 0.87% -
XYZ 24.48 22.38 71.44 -
YUV 125.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 86 127 221 0.61 0.43 0 0.13 221.78 0.67 0.6
Hex 56 7F DD 3D 2B 0 D DE 43 3C
Octal 126 177 335 75 53 0 15 336 103 74
Binary 1010110 1111111 11011101 111101 101011 0 1101 11011110 1000011 111100

Color Harmonies of #567FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567FDD

Black with #567FDD

Text Example


Text Example

White with #567FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,127,221); }

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

background-color css

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

 a { background-color: rgb(86,127,221); }

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

border-color css

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

 span { border-color: rgb(86,127,221); }

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