#040DEC

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

Shades of Blue #040DEC

Tints of Blue #040DEC

Color information

#040DEC (or 0x040DEC) is unknown color: approx Blue. HEX triplet: 04, 0D and EC. RGB value is (4,13,236). Sum of RGB (Red+Green+Blue) = 4+13+236=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 236 (92.58% from 255 or 93.28% from 253); Max value from RGB is 236 - color contains mainly: blue. Hex color #040DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DEC is #FBF213. Grayscale: #222222. Windows color (decimal): -16511508 or 15469828. OLE color: 15469828.

HSL color Cylindrical-coordinate representation of color #040DEC: hue angle of 237.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DEC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB413236-
CMYK0.980.9400.07
HSL237.67º96.67%47.06%-
HSV(B)237.67º98.31%92.55%-
XYZ15.336.3779.78-
YUV35.73241.02105.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 236 (92.58% from 255) = 93.28%
R=1.58%
G=5.14%
B=93.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal4132360.980.9400.07237.6796.6747.06
Hex4DEC625E07ee612f
Octal4153541421360735614157
Binary100110111101100110001010111100111111011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040DEC; }

 p { color: rgb(4,13,236); }

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

<style>
 a { background-color: #040DEC; }

 a { background-color: rgb(4,13,236); }

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

<style>
 span { border-color: #040DEC; }

 span { border-color: rgb(4,13,236); }

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