#030EDC

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

Shades of Medium Blue #030EDC

Tints of Medium Blue #030EDC

Color information

#030EDC (or 0x030EDC) is unknown color: approx Medium Blue. HEX triplet: 03, 0E and DC. RGB value is (3,14,220). Sum of RGB (Red+Green+Blue) = 3+14+220=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 220 (86.33% from 255 or 92.83% from 237); Max value from RGB is 220 - color contains mainly: blue. Hex color #030EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030EDC is #FCF123. Grayscale: #212121. Windows color (decimal): -16576804 or 14421507. OLE color: 14421507.

HSL color Cylindrical-coordinate representation of color #030EDC: hue angle of 236.96º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030EDC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB314220-
CMYK0.990.9400.14
HSL236.96º97.31%43.73%-
HSV(B)236.96º98.64%86.27%-
XYZ13.115.568.08-
YUV34.2232.86105.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 220 (86.33% from 255) = 92.83%
R=1.27%
G=5.91%
B=92.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3142200.990.9400.14236.9697.3143.73
Hex3EDC635E0Eed612c
Octal31633414313601635514154
Binary111110110111001100011101111001110111011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030EDC; }

 p { color: rgb(3,14,220); }

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

<style>
 a { background-color: #030EDC; }

 a { background-color: rgb(3,14,220); }

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

<style>
 span { border-color: #030EDC; }

 span { border-color: rgb(3,14,220); }

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