#050EFC

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

Shades of Blue #050EFC

Tints of Blue #050EFC

Color information

#050EFC (or 0x050EFC) is unknown color: approx Blue. HEX triplet: 05, 0E and FC. RGB value is (5,14,252). Sum of RGB (Red+Green+Blue) = 5+14+252=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 252 (98.83% from 255 or 92.99% from 271); Max value from RGB is 252 - color contains mainly: blue. Hex color #050EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EFC is #FAF103. Grayscale: #252525. Windows color (decimal): -16445700 or 16518661. OLE color: 16518661.

HSL color Cylindrical-coordinate representation of color #050EFC: hue angle of 237.81º 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 #050EFC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB514252-
CMYK0.980.9400.01
HSL237.81º97.63%50.39%-
HSV(B)237.81º98.02%98.82%-
XYZ17.797.3792.58-
YUV38.44248.52104.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 252 (98.83% from 255) = 92.99%
R=1.85%
G=5.17%
B=92.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5142520.980.9400.01237.8197.6350.39
Hex5EFC625E01ee6232
Octal5163741421360135614262
Binary1011110111111001100010101111001111011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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