Html Css Color HEX #0407DD Medium Blue

📋 copy color: '#0407DD'

red 4 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #0407DD

Tints of Medium Blue #0407DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 95.26%

R = 1.72%
G = 3.02%
B = 95.26%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0407DD (or 0x0407DD) is known color: Medium Blue. HEX triplet: 04, 07 and DD. RGB value is (4,7,221). Sum of RGB (Red+Green+Blue) = 4+7+221=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 221 (86.72% from 255 or 95.26% from 232); Max value from RGB is 221 - color contains mainly: blue. Hex color #0407DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0407DD is #FBF822. Grayscale: #1D1D1D. Windows color (decimal): -16513059 or 14485252. OLE color: 14485252.

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

Color convert

RGB 4 7 221 -
CMYK 0.98 0.97 0 0.13
HSL 239.17º 0.96% 0.44% -
HSV(B) 239.17º 0.98% 0.87% -
XYZ 13.18 5.4 68.75 -
YUV 30.5 235.51 109.1 -
System Red Green Blue C M Y K H S L
Decimal 4 7 221 0.98 0.97 0 0.13 239.17 0.96 0.44
Hex 4 7 DD 62 61 0 D EF 60 2C
Octal 4 7 335 142 141 0 15 357 140 54
Binary 100 111 11011101 1100010 1100001 0 1101 11101111 1100000 101100

Color Harmonies of #0407DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0407DD

Black with #0407DD

Text Example


Text Example

White with #0407DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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