#205CF8

Color #205CF8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #205CF8

Tints of Royal Blue #205CF8

Color information

#205CF8 (or 0x205CF8) is unknown color: approx Royal Blue. HEX triplet: 20, 5C and F8. RGB value is (32,92,248). Sum of RGB (Red+Green+Blue) = 32+92+248=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #205CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CF8 is #DFA307. Grayscale: #5B5B5B. Windows color (decimal): -14656264 or 16276512. OLE color: 16276512.

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

Color convert

RGB3292248-
CMYK0.870.6300.03
HSL223.33º93.91%54.9%-
HSV(B)223.33º87.1%97.25%-
XYZ21.3714.7490.53-
YUV91.84216.1285.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.60%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 248 (97.27% from 255) = 66.67%
R=8.60%
G=24.73%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32922480.870.6300.03223.3393.9154.9
Hex205CF8573F03df5e37
Octal40134370127770333713667
Binary1000001011100111110001010111111111011110111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #205CF8;
 }
 .AnyTagClassName
 {
   color: #205CF8;
 }
</style>
background-color css

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

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

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

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

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

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