Html Css Color HEX #040DCE Medium Blue

📋 copy color: '#040DCE'

red 4 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #040DCE

Tints of Medium Blue #040DCE

RGB

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

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

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

R = 1.79%
G = 5.83%
B = 92.38%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#040DCE (or 0x040DCE) is known color: Medium Blue. HEX triplet: 04, 0D and CE. RGB value is (4,13,206). Sum of RGB (Red+Green+Blue) = 4+13+206=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #040DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DCE is #FBF231. Grayscale: #1F1F1F. Windows color (decimal): -16511538 or 13503748. OLE color: 13503748.

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

Color convert

RGB 4 13 206 -
CMYK 0.98 0.94 0 0.19
HSL 237.33º 0.96% 0.41% -
HSV(B) 237.33º 0.98% 0.81% -
XYZ 11.33 4.77 58.72 -
YUV 32.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 4 13 206 0.98 0.94 0 0.19 237.33 0.96 0.41
Hex 4 D CE 62 5E 0 13 ED 60 29
Octal 4 15 316 142 136 0 23 355 140 51
Binary 100 1101 11001110 1100010 1011110 0 10011 11101101 1100000 101001

Color Harmonies of #040DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DCE

Black with #040DCE

Text Example


Text Example

White with #040DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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