Html Css Color HEX #040ED3 Medium Blue

📋 copy color: '#040ED3'

red 4 ◦ green 14 ◦ blue 211

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

Shades of Medium Blue #040ED3

Tints of Medium Blue #040ED3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

 BLUE value IS 211 (82.81% from 255) = 92.14%

R = 1.75%
G = 6.11%
B = 92.14%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#040ED3 (or 0x040ED3) is known color: Medium Blue. HEX triplet: 04, 0E and D3. RGB value is (4,14,211). Sum of RGB (Red+Green+Blue) = 4+14+211=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 211 (82.81% from 255 or 92.14% from 229); Max value from RGB is 211 - color contains mainly: blue. Hex color #040ED3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ED3 is #FBF12C. Grayscale: #202020. Windows color (decimal): -16511277 or 13831684. OLE color: 13831684.

HSL color Cylindrical-coordinate representation of color #040ED3: hue angle of 237.1º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ED3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 14 211 -
CMYK 0.98 0.93 0 0.17
HSL 237.1º 0.96% 0.42% -
HSV(B) 237.1º 0.98% 0.83% -
XYZ 11.96 5.04 61.97 -
YUV 33.47 228.19 106.98 -
System Red Green Blue C M Y K H S L
Decimal 4 14 211 0.98 0.93 0 0.17 237.1 0.96 0.42
Hex 4 E D3 62 5D 0 11 ED 60 2A
Octal 4 16 323 142 135 0 21 355 140 52
Binary 100 1110 11010011 1100010 1011101 0 10001 11101101 1100000 101010

Color Harmonies of #040ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040ED3

Black with #040ED3

Text Example


Text Example

White with #040ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,14,211); }

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

background-color css

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

 a { background-color: rgb(4,14,211); }

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

border-color css

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

 span { border-color: rgb(4,14,211); }

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