Html Css Color HEX #040DDE Medium Blue

📋 copy color: '#040DDE'

red 4 ◦ green 13 ◦ blue 222

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

Shades of Medium Blue #040DDE

Tints of Medium Blue #040DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 222 (87.11% from 255) = 92.89%

R = 1.67%
G = 5.44%
B = 92.89%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#040DDE (or 0x040DDE) is known color: Medium Blue. HEX triplet: 04, 0D and DE. RGB value is (4,13,222). Sum of RGB (Red+Green+Blue) = 4+13+222=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 222 (87.11% from 255 or 92.89% from 239); Max value from RGB is 222 - color contains mainly: blue. Hex color #040DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DDE is #FBF221. Grayscale: #212121. Windows color (decimal): -16511522 or 14552324. OLE color: 14552324.

HSL color Cylindrical-coordinate representation of color #040DDE: hue angle of 237.52º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DDE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 13 222 -
CMYK 0.98 0.94 0 0.13
HSL 237.52º 0.96% 0.44% -
HSV(B) 237.52º 0.98% 0.87% -
XYZ 13.38 5.59 69.48 -
YUV 34.14 234.02 106.51 -
System Red Green Blue C M Y K H S L
Decimal 4 13 222 0.98 0.94 0 0.13 237.52 0.96 0.44
Hex 4 D DE 62 5E 0 D EE 60 2C
Octal 4 15 336 142 136 0 15 356 140 54
Binary 100 1101 11011110 1100010 1011110 0 1101 11101110 1100000 101100

Color Harmonies of #040DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DDE

Black with #040DDE

Text Example


Text Example

White with #040DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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