Html Css Color HEX #565FDD Royal Blue

📋 copy color: '#565FDD'

red 86 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #565FDD

Tints of Royal Blue #565FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 21.39%
G = 23.63%
B = 54.98%

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

#565FDD (or 0x565FDD) is known color: Royal Blue. HEX triplet: 56, 5F and DD. RGB value is (86,95,221). Sum of RGB (Red+Green+Blue) = 86+95+221=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #565FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FDD is #A9A022. Grayscale: #6A6A6A. Windows color (decimal): -11116579 or 14507862. OLE color: 14507862.

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

Color convert

RGB 86 95 221 -
CMYK 0.61 0.57 0 0.13
HSL 236º 0.67% 0.6% -
HSV(B) 236º 0.61% 0.87% -
XYZ 20.98 15.38 70.27 -
YUV 106.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 86 95 221 0.61 0.57 0 0.13 236 0.67 0.6
Hex 56 5F DD 3D 39 0 D EC 43 3C
Octal 126 137 335 75 71 0 15 354 103 74
Binary 1010110 1011111 11011101 111101 111001 0 1101 11101100 1000011 111100

Color Harmonies of #565FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FDD

Black with #565FDD

Text Example


Text Example

White with #565FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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