Html Css Color HEX #040ACE Medium Blue

📋 copy color: '#040ACE'

red 4 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #040ACE

Tints of Medium Blue #040ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.64%

R = 1.82%
G = 4.55%
B = 93.64%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#040ACE (or 0x040ACE) is known color: Medium Blue. HEX triplet: 04, 0A and CE. RGB value is (4,10,206). Sum of RGB (Red+Green+Blue) = 4+10+206=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #040ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ACE is #FBF531. Grayscale: #1D1D1D. Windows color (decimal): -16512306 or 13502980. OLE color: 13502980.

HSL color Cylindrical-coordinate representation of color #040ACE: hue angle of 238.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ACE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 10 206 -
CMYK 0.98 0.95 0 0.19
HSL 238.22º 0.96% 0.41% -
HSV(B) 238.22º 0.98% 0.81% -
XYZ 11.3 4.7 58.7 -
YUV 30.55 227.01 109.06 -
System Red Green Blue C M Y K H S L
Decimal 4 10 206 0.98 0.95 0 0.19 238.22 0.96 0.41
Hex 4 A CE 62 5F 0 13 EE 60 29
Octal 4 12 316 142 137 0 23 356 140 51
Binary 100 1010 11001110 1100010 1011111 0 10011 11101110 1100000 101001

Color Harmonies of #040ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040ACE

Black with #040ACE

Text Example


Text Example

White with #040ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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