Html Css Color HEX #566BED Royal Blue

📋 copy color: '#566BED'

red 86 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #566BED

Tints of Royal Blue #566BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 20%
G = 24.88%
B = 55.12%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#566BED (or 0x566BED) is known color: Royal Blue. HEX triplet: 56, 6B and ED. RGB value is (86,107,237). Sum of RGB (Red+Green+Blue) = 86+107+237=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #566BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566BED is #A99412. Grayscale: #737373. Windows color (decimal): -11113491 or 15559510. OLE color: 15559510.

HSL color Cylindrical-coordinate representation of color #566BED: hue angle of 231.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566BED is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 107 237 -
CMYK 0.64 0.55 0 0.07
HSL 231.66º 0.81% 0.63% -
HSV(B) 231.66º 0.64% 0.93% -
XYZ 24.38 18.61 82.43 -
YUV 115.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 86 107 237 0.64 0.55 0 0.07 231.66 0.81 0.63
Hex 56 6B ED 40 37 0 7 E8 51 3F
Octal 126 153 355 100 67 0 7 350 121 77
Binary 1010110 1101011 11101101 1000000 110111 0 111 11101000 1010001 111111

Color Harmonies of #566BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566BED

Black with #566BED

Text Example


Text Example

White with #566BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566BED; }

 p { color: rgb(86,107,237); }

 H1.HeaderClassName
 {
   color: #566BED;
 }
 .AnyTagClassName
 {
   color: #566BED;
 }
</style>

background-color css

<style>
 a { background-color: #566BED; }

 a { background-color: rgb(86,107,237); }

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

border-color css

<style>
 span { border-color: #566BED; }

 span { border-color: rgb(86,107,237); }

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