Html Css Color HEX #565EDC Royal Blue

📋 copy color: '#565EDC'

red 86 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #565EDC

Tints of Royal Blue #565EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 21.5%
G = 23.5%
B = 55%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#565EDC (or 0x565EDC) is known color: Royal Blue. HEX triplet: 56, 5E and DC. RGB value is (86,94,220). Sum of RGB (Red+Green+Blue) = 86+94+220=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #565EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDC is #A9A123. Grayscale: #696969. Windows color (decimal): -11116836 or 14442070. OLE color: 14442070.

HSL color Cylindrical-coordinate representation of color #565EDC: hue angle of 236.42º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565EDC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 94 220 -
CMYK 0.61 0.57 0 0.14
HSL 236.42º 0.66% 0.6% -
HSV(B) 236.42º 0.61% 0.86% -
XYZ 20.76 15.15 69.54 -
YUV 105.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 86 94 220 0.61 0.57 0 0.14 236.42 0.66 0.6
Hex 56 5E DC 3D 39 0 E EC 42 3C
Octal 126 136 334 75 71 0 16 354 102 74
Binary 1010110 1011110 11011100 111101 111001 0 1110 11101100 1000010 111100

Color Harmonies of #565EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EDC

Black with #565EDC

Text Example


Text Example

White with #565EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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