Html Css Color HEX #565EDD Royal Blue

📋 copy color: '#565EDD'

red 86 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #565EDD

Tints of Royal Blue #565EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 21.45%
G = 23.44%
B = 55.11%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#565EDD (or 0x565EDD) is known color: Royal Blue. HEX triplet: 56, 5E and DD. RGB value is (86,94,221). Sum of RGB (Red+Green+Blue) = 86+94+221=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #565EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDD is #A9A122. Grayscale: #696969. Windows color (decimal): -11116835 or 14507606. OLE color: 14507606.

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

Color convert

RGB 86 94 221 -
CMYK 0.61 0.57 0 0.13
HSL 236.44º 0.67% 0.6% -
HSV(B) 236.44º 0.61% 0.87% -
XYZ 20.89 15.2 70.24 -
YUV 106.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 86 94 221 0.61 0.57 0 0.13 236.44 0.67 0.6
Hex 56 5E DD 3D 39 0 D EC 43 3C
Octal 126 136 335 75 71 0 15 354 103 74
Binary 1010110 1011110 11011101 111101 111001 0 1101 11101100 1000011 111100

Color Harmonies of #565EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EDD

Black with #565EDD

Text Example


Text Example

White with #565EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565EDD; }

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

 H1.HeaderClassName
 {
   color: #565EDD;
 }
 .AnyTagClassName
 {
   color: #565EDD;
 }
</style>

background-color css

<style>
 a { background-color: #565EDD; }

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

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

border-color css

<style>
 span { border-color: #565EDD; }

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

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