Html Css Color HEX #205CE5 Royal Blue

📋 copy color: '#205CE5'

red 32 ◦ green 92 ◦ blue 229

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

Shades of Royal Blue #205CE5

Tints of Royal Blue #205CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 229 (89.84% from 255) = 64.87%

R = 9.07%
G = 26.06%
B = 64.87%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#205CE5 (or 0x205CE5) is known color: Royal Blue. HEX triplet: 20, 5C and E5. RGB value is (32,92,229). Sum of RGB (Red+Green+Blue) = 32+92+229=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #205CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CE5 is #DFA31A. Grayscale: #595959. Windows color (decimal): -14656283 or 15031328. OLE color: 15031328.

HSL color Cylindrical-coordinate representation of color #205CE5: hue angle of 221.73º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205CE5 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 92 229 -
CMYK 0.86 0.60 0 0.10
HSL 221.73º 0.79% 0.51% -
HSV(B) 221.73º 0.86% 0.9% -
XYZ 18.57 13.62 75.78 -
YUV 89.68 206.62 86.86 -
System Red Green Blue C M Y K H S L
Decimal 32 92 229 0.86 0.60 0 0.10 221.73 0.79 0.51
Hex 20 5C E5 56 3C 0 A DE 4F 33
Octal 40 134 345 126 74 0 12 336 117 63
Binary 100000 1011100 11100101 1010110 111100 0 1010 11011110 1001111 110011

Color Harmonies of #205CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CE5

Black with #205CE5

Text Example


Text Example

White with #205CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,92,229); }

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

background-color css

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

 a { background-color: rgb(32,92,229); }

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

border-color css

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

 span { border-color: rgb(32,92,229); }

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