Html Css Color HEX #040AEC Blue

📋 copy color: '#040AEC'

red 4 ◦ green 10 ◦ blue 236

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

Shades of Blue #040AEC

Tints of Blue #040AEC

RGB

 RED value IS 4 (1.95% from 255) = 1.6%

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 236 (92.58% from 255) = 94.4%

R = 1.6%
G = 4%
B = 94.4%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#040AEC (or 0x040AEC) is known color: Blue. HEX triplet: 04, 0A and EC. RGB value is (4,10,236). Sum of RGB (Red+Green+Blue) = 4+10+236=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 236 (92.58% from 255 or 94.4% from 250); Max value from RGB is 236 - color contains mainly: blue. Hex color #040AEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040AEC is #FBF513. Grayscale: #212121. Windows color (decimal): -16512276 or 15469060. OLE color: 15469060.

HSL color Cylindrical-coordinate representation of color #040AEC: hue angle of 238.45º 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 #040AEC is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 10 236 -
CMYK 0.98 0.96 0 0.07
HSL 238.45º 0.97% 0.47% -
HSV(B) 238.45º 0.98% 0.93% -
XYZ 15.3 6.3 79.77 -
YUV 33.97 242.01 106.62 -
System Red Green Blue C M Y K H S L
Decimal 4 10 236 0.98 0.96 0 0.07 238.45 0.97 0.47
Hex 4 A EC 62 60 0 7 EE 61 2F
Octal 4 12 354 142 140 0 7 356 141 57
Binary 100 1010 11101100 1100010 1100000 0 111 11101110 1100001 101111

Color Harmonies of #040AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040AEC

Black with #040AEC

Text Example


Text Example

White with #040AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #040AEC;
 }
 .AnyTagClassName
 {
   color: #040AEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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