#567edd

Color #567EDD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #567EDD

Tints of Royal Blue #567EDD

Color information

#567EDD (or 0x567EDD) is unknown color: approx Royal Blue. HEX triplet: 56, 7E and DD. RGB value is (86,126,221). Sum of RGB (Red+Green+Blue) = 86+126+221=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #567EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDD is #A98122. Grayscale: #7C7C7C. Windows color (decimal): -11108643 or 14515798. OLE color: 14515798.

HSL color Cylindrical-coordinate representation of color #567EDD: hue angle of 222.22º 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 #567EDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB86126221-
CMYK0.610.4300.13
HSL222.22º66.5%60.2%-
HSV(B)222.22º61.09%86.67%-
XYZ24.3522.1271.39-
YUV124.87182.25100.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.86%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=19.86%
G=29.10%
B=51.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal861262210.610.4300.13222.2266.560.2
Hex567EDD3D2B0Dde433c
Octal126176335755301533610374
Binary101011011111101101110111110110101101101110111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #567edd;
 }
 .AnyTagClassName
 {
   color: #567edd;
 }
</style>
background-color css

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

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

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

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

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

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