Html Css Color HEX #205BF8 Royal Blue

📋 copy color: '#205BF8'

red 32 ◦ green 91 ◦ blue 248

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

Shades of Royal Blue #205BF8

Tints of Royal Blue #205BF8

RGB

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

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

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

R = 8.63%
G = 24.53%
B = 66.85%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#205BF8 (or 0x205BF8) is known color: Royal Blue. HEX triplet: 20, 5B and F8. RGB value is (32,91,248). Sum of RGB (Red+Green+Blue) = 32+91+248=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #205BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205BF8 is #DFA407. Grayscale: #5A5A5A. Windows color (decimal): -14656520 or 16276256. OLE color: 16276256.

HSL color Cylindrical-coordinate representation of color #205BF8: hue angle of 223.61º 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 #205BF8 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 91 248 -
CMYK 0.87 0.63 0 0.03
HSL 223.61º 0.94% 0.55% -
HSV(B) 223.61º 0.87% 0.97% -
XYZ 21.28 14.57 90.5 -
YUV 91.26 216.45 85.73 -
System Red Green Blue C M Y K H S L
Decimal 32 91 248 0.87 0.63 0 0.03 223.61 0.94 0.55
Hex 20 5B F8 57 3F 0 3 E0 5E 37
Octal 40 133 370 127 77 0 3 340 136 67
Binary 100000 1011011 11111000 1010111 111111 0 11 11100000 1011110 110111

Color Harmonies of #205BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BF8

Black with #205BF8

Text Example


Text Example

White with #205BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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