#010EDF

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

Shades of Medium Blue #010EDF

Tints of Medium Blue #010EDF

Color information

#010EDF (or 0x010EDF) is unknown color: approx Medium Blue. HEX triplet: 01, 0E and DF. RGB value is (1,14,223). Sum of RGB (Red+Green+Blue) = 1+14+223=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #010EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EDF is #FEF120. Grayscale: #212121. Windows color (decimal): -16707873 or 14618113. OLE color: 14618113.

HSL color Cylindrical-coordinate representation of color #010EDF: hue angle of 236.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010EDF is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114223-
CMYK1.000.9400.13
HSL236.49º99.11%43.92%-
HSV(B)236.49º99.55%87.45%-
XYZ13.495.6570.19-
YUV33.94234.69104.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 223 (87.5% from 255) = 93.70%
R=0.42%
G=5.88%
B=93.70%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142231.000.9400.13236.4999.1143.92
Hex1EDF645E0Dec632c
Octal11633714413601535414354
Binary11110110111111100100101111001101111011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010EDF; }

 p { color: rgb(1,14,223); }

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

<style>
 a { background-color: #010EDF; }

 a { background-color: rgb(1,14,223); }

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

<style>
 span { border-color: #010EDF; }

 span { border-color: rgb(1,14,223); }

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