#050DFC

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

Shades of Blue #050DFC

Tints of Blue #050DFC

Color information

#050DFC (or 0x050DFC) is unknown color: approx Blue. HEX triplet: 05, 0D and FC. RGB value is (5,13,252). Sum of RGB (Red+Green+Blue) = 5+13+252=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #050DFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050DFC is #FAF203. Grayscale: #242424. Windows color (decimal): -16445956 or 16518405. OLE color: 16518405.

HSL color Cylindrical-coordinate representation of color #050DFC: hue angle of 238.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050DFC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB513252-
CMYK0.980.9500.01
HSL238.06º97.63%50.39%-
HSV(B)238.06º98.02%98.82%-
XYZ17.787.3592.58-
YUV37.85248.85104.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 252 (98.83% from 255) = 93.33%
R=1.85%
G=4.81%
B=93.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5132520.980.9500.01238.0697.6350.39
Hex5DFC625F01ee6232
Octal5153741421370135614262
Binary1011101111111001100010101111101111011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050DFC; }

 p { color: rgb(5,13,252); }

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

<style>
 a { background-color: #050DFC; }

 a { background-color: rgb(5,13,252); }

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

<style>
 span { border-color: #050DFC; }

 span { border-color: rgb(5,13,252); }

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