Html Css Color HEX #040DCF Medium Blue

📋 copy color: '#040DCF'

red 4 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #040DCF

Tints of Medium Blue #040DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 92.41%

R = 1.79%
G = 5.8%
B = 92.41%

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

#040DCF (or 0x040DCF) is known color: Medium Blue. HEX triplet: 04, 0D and CF. RGB value is (4,13,207). Sum of RGB (Red+Green+Blue) = 4+13+207=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #040DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DCF is #FBF230. Grayscale: #1F1F1F. Windows color (decimal): -16511537 or 13569284. OLE color: 13569284.

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

Color convert

RGB 4 13 207 -
CMYK 0.98 0.94 0 0.19
HSL 237.34º 0.96% 0.41% -
HSV(B) 237.34º 0.98% 0.81% -
XYZ 11.46 4.82 59.36 -
YUV 32.43 226.52 107.73 -
System Red Green Blue C M Y K H S L
Decimal 4 13 207 0.98 0.94 0 0.19 237.34 0.96 0.41
Hex 4 D CF 62 5E 0 13 ED 60 29
Octal 4 15 317 142 136 0 23 355 140 51
Binary 100 1101 11001111 1100010 1011110 0 10011 11101101 1100000 101001

Color Harmonies of #040DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DCF

Black with #040DCF

Text Example


Text Example

White with #040DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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