Html Css Color HEX #040DEC Blue

📋 copy color: '#040DEC'

red 4 ◦ green 13 ◦ blue 236

#040DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #040DEC

Tints of Blue #040DEC

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 value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#040DEC (or 0x040DEC) is known color: 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

RGB 4 13 236 -
CMYK 0.98 0.94 0 0.07
HSL 237.67º 0.97% 0.47% -
HSV(B) 237.67º 0.98% 0.93% -
XYZ 15.33 6.37 79.78 -
YUV 35.73 241.02 105.37 -
System Red Green Blue C M Y K H S L
Decimal 4 13 236 0.98 0.94 0 0.07 237.67 0.97 0.47
Hex 4 D EC 62 5E 0 7 EE 61 2F
Octal 4 15 354 142 136 0 7 356 141 57
Binary 100 1101 11101100 1100010 1011110 0 111 11101110 1100001 101111

Color Harmonies of #040DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DEC

Black with #040DEC

Text Example


Text Example

White with #040DEC

Text Example


Text Example

HTML Codes & Css Web 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>