Html Css Color HEX #040DCC Medium Blue

📋 copy color: '#040DCC'

red 4 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #040DCC

Tints of Medium Blue #040DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 92.31%

R = 1.81%
G = 5.88%
B = 92.31%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#040DCC (or 0x040DCC) is known color: Medium Blue. HEX triplet: 04, 0D and CC. RGB value is (4,13,204). Sum of RGB (Red+Green+Blue) = 4+13+204=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #040DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DCC is #FBF233. Grayscale: #1F1F1F. Windows color (decimal): -16511540 or 13372676. OLE color: 13372676.

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

Color convert

RGB 4 13 204 -
CMYK 0.98 0.94 0 0.2
HSL 237.3º 0.96% 0.41% -
HSV(B) 237.3º 0.98% 0.8% -
XYZ 11.09 4.67 57.44 -
YUV 32.08 225.02 107.97 -
System Red Green Blue C M Y K H S L
Decimal 4 13 204 0.98 0.94 0 0.2 237.3 0.96 0.41
Hex 4 D CC 62 5E 0 14 ED 60 29
Octal 4 15 314 142 136 0 24 355 140 51
Binary 100 1101 11001100 1100010 1011110 0 10100 11101101 1100000 101001

Color Harmonies of #040DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DCC

Black with #040DCC

Text Example


Text Example

White with #040DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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