#2050F8

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

Shades of Royal Blue #2050F8

Tints of Royal Blue #2050F8

Color information

#2050F8 (or 0x2050F8) is unknown color: approx Royal Blue. HEX triplet: 20, 50 and F8. RGB value is (32,80,248). Sum of RGB (Red+Green+Blue) = 32+80+248=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #2050F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2050F8 is #DFAF07. Grayscale: #545454. Windows color (decimal): -14659336 or 16273440. OLE color: 16273440.

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

Color convert

RGB3280248-
CMYK0.870.6800.03
HSL226.67º93.91%54.9%-
HSV(B)226.67º87.1%97.25%-
XYZ20.4112.8290.21-
YUV84.8220.190.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.89%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 248 (97.27% from 255) = 68.89%
R=8.89%
G=22.22%
B=68.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32802480.870.6800.03226.6793.9154.9
Hex2050F8574403e35e37
Octal401203701271040334313667
Binary10000010100001111100010101111000100011111000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2050F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2050F8; }

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

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

<style>
 a { background-color: #2050F8; }

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

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

<style>
 span { border-color: #2050F8; }

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

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