Html Css Color HEX #0407DB Medium Blue

📋 copy color: '#0407DB'

red 4 ◦ green 7 ◦ blue 219

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

Shades of Medium Blue #0407DB

Tints of Medium Blue #0407DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 219 (85.94% from 255) = 95.22%

R = 1.74%
G = 3.04%
B = 95.22%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0407DB (or 0x0407DB) is known color: Medium Blue. HEX triplet: 04, 07 and DB. RGB value is (4,7,219). Sum of RGB (Red+Green+Blue) = 4+7+219=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 219 (85.94% from 255 or 95.22% from 230); Max value from RGB is 219 - color contains mainly: blue. Hex color #0407DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0407DB is #FBF824. Grayscale: #1D1D1D. Windows color (decimal): -16513061 or 14354180. OLE color: 14354180.

HSL color Cylindrical-coordinate representation of color #0407DB: hue angle of 239.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0407DB is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 7 219 -
CMYK 0.98 0.97 0 0.14
HSL 239.16º 0.96% 0.44% -
HSV(B) 239.16º 0.98% 0.86% -
XYZ 12.91 5.29 67.36 -
YUV 30.27 234.51 109.26 -
System Red Green Blue C M Y K H S L
Decimal 4 7 219 0.98 0.97 0 0.14 239.16 0.96 0.44
Hex 4 7 DB 62 61 0 E EF 60 2C
Octal 4 7 333 142 141 0 16 357 140 54
Binary 100 111 11011011 1100010 1100001 0 1110 11101111 1100000 101100

Color Harmonies of #0407DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0407DB

Black with #0407DB

Text Example


Text Example

White with #0407DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0407DB; }

 p { color: rgb(4,7,219); }

 H1.HeaderClassName
 {
   color: #0407DB;
 }
 .AnyTagClassName
 {
   color: #0407DB;
 }
</style>

background-color css

<style>
 a { background-color: #0407DB; }

 a { background-color: rgb(4,7,219); }

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

border-color css

<style>
 span { border-color: #0407DB; }

 span { border-color: rgb(4,7,219); }

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