Html Css Color HEX #565CDF Royal Blue

📋 copy color: '#565CDF'

red 86 ◦ green 92 ◦ blue 223

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

Shades of Royal Blue #565CDF

Tints of Royal Blue #565CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 21.45%
G = 22.94%
B = 55.61%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#565CDF (or 0x565CDF) is known color: Royal Blue. HEX triplet: 56, 5C and DF. RGB value is (86,92,223). Sum of RGB (Red+Green+Blue) = 86+92+223=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #565CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CDF is #A9A320. Grayscale: #686868. Windows color (decimal): -11117345 or 14638166. OLE color: 14638166.

HSL color Cylindrical-coordinate representation of color #565CDF: hue angle of 237.37º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565CDF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 92 223 -
CMYK 0.61 0.59 0 0.13
HSL 237.37º 0.68% 0.61% -
HSV(B) 237.37º 0.61% 0.87% -
XYZ 20.98 14.96 71.59 -
YUV 105.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 86 92 223 0.61 0.59 0 0.13 237.37 0.68 0.61
Hex 56 5C DF 3D 3B 0 D ED 44 3D
Octal 126 134 337 75 73 0 15 355 104 75
Binary 1010110 1011100 11011111 111101 111011 0 1101 11101101 1000100 111101

Color Harmonies of #565CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CDF

Black with #565CDF

Text Example


Text Example

White with #565CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,223); }

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

background-color css

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

 a { background-color: rgb(86,92,223); }

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

border-color css

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

 span { border-color: rgb(86,92,223); }

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