Html Css Color HEX #205AE8 Royal Blue

📋 copy color: '#205AE8'

red 32 ◦ green 90 ◦ blue 232

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

Shades of Royal Blue #205AE8

Tints of Royal Blue #205AE8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 232 (91.02% from 255) = 65.54%

R = 9.04%
G = 25.42%
B = 65.54%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#205AE8 (or 0x205AE8) is known color: Royal Blue. HEX triplet: 20, 5A and E8. RGB value is (32,90,232). Sum of RGB (Red+Green+Blue) = 32+90+232=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #205AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AE8 is #DFA517. Grayscale: #585858. Windows color (decimal): -14656792 or 15227424. OLE color: 15227424.

HSL color Cylindrical-coordinate representation of color #205AE8: hue angle of 222.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205AE8 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 90 232 -
CMYK 0.86 0.61 0 0.09
HSL 222.6º 0.81% 0.52% -
HSV(B) 222.6º 0.86% 0.91% -
XYZ 18.82 13.45 77.95 -
YUV 88.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 32 90 232 0.86 0.61 0 0.09 222.6 0.81 0.52
Hex 20 5A E8 56 3D 0 9 DF 51 34
Octal 40 132 350 126 75 0 11 337 121 64
Binary 100000 1011010 11101000 1010110 111101 0 1001 11011111 1010001 110100

Color Harmonies of #205AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AE8

Black with #205AE8

Text Example


Text Example

White with #205AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,90,232); }

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

background-color css

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

 a { background-color: rgb(32,90,232); }

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

border-color css

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

 span { border-color: rgb(32,90,232); }

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