Html Css Color HEX #5565DF Royal Blue

📋 copy color: '#5565DF'

red 85 ◦ green 101 ◦ blue 223

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

Shades of Royal Blue #5565DF

Tints of Royal Blue #5565DF

RGB

 RED value IS 85 (33.59% from 255) = 20.78%

 GREEN value IS 101 (39.84% from 255) = 24.69%

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

R = 20.78%
G = 24.69%
B = 54.52%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5565DF (or 0x5565DF) is known color: Royal Blue. HEX triplet: 55, 65 and DF. RGB value is (85,101,223). Sum of RGB (Red+Green+Blue) = 85+101+223=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #5565DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565DF is #AA9A20. Grayscale: #6D6D6D. Windows color (decimal): -11180577 or 14640469. OLE color: 14640469.

HSL color Cylindrical-coordinate representation of color #5565DF: hue angle of 233.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5565DF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 101 223 -
CMYK 0.62 0.55 0 0.13
HSL 233.04º 0.68% 0.6% -
HSV(B) 233.04º 0.62% 0.87% -
XYZ 21.72 16.57 71.86 -
YUV 110.12 191.7 110.08 -
System Red Green Blue C M Y K H S L
Decimal 85 101 223 0.62 0.55 0 0.13 233.04 0.68 0.6
Hex 55 65 DF 3E 37 0 D E9 44 3C
Octal 125 145 337 76 67 0 15 351 104 74
Binary 1010101 1100101 11011111 111110 110111 0 1101 11101001 1000100 111100

Color Harmonies of #5565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565DF

Black with #5565DF

Text Example


Text Example

White with #5565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5565DF; }

 p { color: rgb(85,101,223); }

 H1.HeaderClassName
 {
   color: #5565DF;
 }
 .AnyTagClassName
 {
   color: #5565DF;
 }
</style>

background-color css

<style>
 a { background-color: #5565DF; }

 a { background-color: rgb(85,101,223); }

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

border-color css

<style>
 span { border-color: #5565DF; }

 span { border-color: rgb(85,101,223); }

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