Html Css Color HEX #205BE1 Royal Blue

📋 copy color: '#205BE1'

red 32 ◦ green 91 ◦ blue 225

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

Shades of Royal Blue #205BE1

Tints of Royal Blue #205BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.66%

R = 9.2%
G = 26.15%
B = 64.66%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#205BE1 (or 0x205BE1) is known color: Royal Blue. HEX triplet: 20, 5B and E1. RGB value is (32,91,225). Sum of RGB (Red+Green+Blue) = 32+91+225=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #205BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BE1 is #DFA41E. Grayscale: #585858. Windows color (decimal): -14656543 or 14768928. OLE color: 14768928.

HSL color Cylindrical-coordinate representation of color #205BE1: hue angle of 221.66º 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 #205BE1 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 91 225 -
CMYK 0.86 0.60 0 0.12
HSL 221.66º 0.76% 0.5% -
HSV(B) 221.66º 0.86% 0.88% -
XYZ 17.93 13.23 72.84 -
YUV 88.64 204.95 87.6 -
System Red Green Blue C M Y K H S L
Decimal 32 91 225 0.86 0.60 0 0.12 221.66 0.76 0.5
Hex 20 5B E1 56 3C 0 C DE 4C 32
Octal 40 133 341 126 74 0 14 336 114 62
Binary 100000 1011011 11100001 1010110 111100 0 1100 11011110 1001100 110010

Color Harmonies of #205BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BE1

Black with #205BE1

Text Example


Text Example

White with #205BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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