Html Css Color HEX #565EDA Royal Blue

📋 copy color: '#565EDA'

red 86 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #565EDA

Tints of Royal Blue #565EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 21.61%
G = 23.62%
B = 54.77%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#565EDA (or 0x565EDA) is known color: Royal Blue. HEX triplet: 56, 5E and DA. RGB value is (86,94,218). Sum of RGB (Red+Green+Blue) = 86+94+218=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #565EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDA is #A9A125. Grayscale: #696969. Windows color (decimal): -11116838 or 14310998. OLE color: 14310998.

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

Color convert

RGB 86 94 218 -
CMYK 0.61 0.57 0 0.15
HSL 236.36º 0.64% 0.6% -
HSV(B) 236.36º 0.61% 0.85% -
XYZ 20.5 15.05 68.15 -
YUV 105.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 86 94 218 0.61 0.57 0 0.15 236.36 0.64 0.6
Hex 56 5E DA 3D 39 0 F EC 40 3C
Octal 126 136 332 75 71 0 17 354 100 74
Binary 1010110 1011110 11011010 111101 111001 0 1111 11101100 1000000 111100

Color Harmonies of #565EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EDA

Black with #565EDA

Text Example


Text Example

White with #565EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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