Html Css Color HEX #205AF8 Royal Blue

📋 copy color: '#205AF8'

red 32 ◦ green 90 ◦ blue 248

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

Shades of Royal Blue #205AF8

Tints of Royal Blue #205AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 67.03%

R = 8.65%
G = 24.32%
B = 67.03%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#205AF8 (or 0x205AF8) is known color: Royal Blue. HEX triplet: 20, 5A and F8. RGB value is (32,90,248). Sum of RGB (Red+Green+Blue) = 32+90+248=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #205AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AF8 is #DFA507. Grayscale: #595959. Windows color (decimal): -14656776 or 16276000. OLE color: 16276000.

HSL color Cylindrical-coordinate representation of color #205AF8: hue angle of 223.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205AF8 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 90 248 -
CMYK 0.87 0.64 0 0.03
HSL 223.89º 0.94% 0.55% -
HSV(B) 223.89º 0.87% 0.97% -
XYZ 21.2 14.4 90.47 -
YUV 90.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 32 90 248 0.87 0.64 0 0.03 223.89 0.94 0.55
Hex 20 5A F8 57 40 0 3 E0 5E 37
Octal 40 132 370 127 100 0 3 340 136 67
Binary 100000 1011010 11111000 1010111 1000000 0 11 11100000 1011110 110111

Color Harmonies of #205AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AF8

Black with #205AF8

Text Example


Text Example

White with #205AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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