Html Css Color HEX #565FDF Royal Blue

📋 copy color: '#565FDF'

red 86 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #565FDF

Tints of Royal Blue #565FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

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

R = 21.29%
G = 23.51%
B = 55.2%

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

#565FDF (or 0x565FDF) is known color: Royal Blue. HEX triplet: 56, 5F and DF. RGB value is (86,95,223). Sum of RGB (Red+Green+Blue) = 86+95+223=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #565FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FDF is #A9A020. Grayscale: #6A6A6A. Windows color (decimal): -11116577 or 14638934. OLE color: 14638934.

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

Color convert

RGB 86 95 223 -
CMYK 0.61 0.57 0 0.13
HSL 236.06º 0.68% 0.61% -
HSV(B) 236.06º 0.61% 0.87% -
XYZ 21.25 15.49 71.68 -
YUV 106.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 86 95 223 0.61 0.57 0 0.13 236.06 0.68 0.61
Hex 56 5F DF 3D 39 0 D EC 44 3D
Octal 126 137 337 75 71 0 15 354 104 75
Binary 1010110 1011111 11011111 111101 111001 0 1101 11101100 1000100 111101

Color Harmonies of #565FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FDF

Black with #565FDF

Text Example


Text Example

White with #565FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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