Html Css Color HEX #205BE0 Royal Blue

📋 copy color: '#205BE0'

red 32 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #205BE0

Tints of Royal Blue #205BE0

RGB

 RED value IS 32 (12.89% from 255) = 9.22%

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 224 (87.89% from 255) = 64.55%

R = 9.22%
G = 26.22%
B = 64.55%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#205BE0 (or 0x205BE0) is known color: Royal Blue. HEX triplet: 20, 5B and E0. RGB value is (32,91,224). Sum of RGB (Red+Green+Blue) = 32+91+224=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #205BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BE0 is #DFA41F. Grayscale: #575757. Windows color (decimal): -14656544 or 14703392. OLE color: 14703392.

HSL color Cylindrical-coordinate representation of color #205BE0: hue angle of 221.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205BE0 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 91 224 -
CMYK 0.86 0.59 0 0.12
HSL 221.56º 0.76% 0.5% -
HSV(B) 221.56º 0.86% 0.88% -
XYZ 17.79 13.17 72.13 -
YUV 88.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 32 91 224 0.86 0.59 0 0.12 221.56 0.76 0.5
Hex 20 5B E0 56 3B 0 C DE 4C 32
Octal 40 133 340 126 73 0 14 336 114 62
Binary 100000 1011011 11100000 1010110 111011 0 1100 11011110 1001100 110010

Color Harmonies of #205BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BE0

Black with #205BE0

Text Example


Text Example

White with #205BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205BE0; }

 p { color: rgb(32,91,224); }

 H1.HeaderClassName
 {
   color: #205BE0;
 }
 .AnyTagClassName
 {
   color: #205BE0;
 }
</style>

background-color css

<style>
 a { background-color: #205BE0; }

 a { background-color: rgb(32,91,224); }

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

border-color css

<style>
 span { border-color: #205BE0; }

 span { border-color: rgb(32,91,224); }

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