Html Css Color HEX #040DBF Medium Blue

📋 copy color: '#040DBF'

red 4 ◦ green 13 ◦ blue 191

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

Shades of Medium Blue #040DBF

Tints of Medium Blue #040DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 91.83%

R = 1.92%
G = 6.25%
B = 91.83%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#040DBF (or 0x040DBF) is known color: Medium Blue. HEX triplet: 04, 0D and BF. RGB value is (4,13,191). Sum of RGB (Red+Green+Blue) = 4+13+191=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 191 (75% from 255 or 91.83% from 208); Max value from RGB is 191 - color contains mainly: blue. Hex color #040DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DBF is #FBF240. Grayscale: #1D1D1D. Windows color (decimal): -16511553 or 12520708. OLE color: 12520708.

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

Color convert

RGB 4 13 191 -
CMYK 0.98 0.93 0 0.25
HSL 237.11º 0.96% 0.38% -
HSV(B) 237.11º 0.98% 0.75% -
XYZ 9.6 4.08 49.57 -
YUV 30.6 218.52 109.03 -
System Red Green Blue C M Y K H S L
Decimal 4 13 191 0.98 0.93 0 0.25 237.11 0.96 0.38
Hex 4 D BF 62 5D 0 19 ED 60 26
Octal 4 15 277 142 135 0 31 355 140 46
Binary 100 1101 10111111 1100010 1011101 0 11001 11101101 1100000 100110

Color Harmonies of #040DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DBF

Black with #040DBF

Text Example


Text Example

White with #040DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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