Html Css Color HEX #0407DF Medium Blue

📋 copy color: '#0407DF'

red 4 ◦ green 7 ◦ blue 223

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

Shades of Medium Blue #0407DF

Tints of Medium Blue #0407DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 95.3%

R = 1.71%
G = 2.99%
B = 95.3%

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

#0407DF (or 0x0407DF) is known color: Medium Blue. HEX triplet: 04, 07 and DF. RGB value is (4,7,223). Sum of RGB (Red+Green+Blue) = 4+7+223=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 223 (87.5% from 255 or 95.30% from 234); Max value from RGB is 223 - color contains mainly: blue. Hex color #0407DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0407DF is #FBF820. Grayscale: #1D1D1D. Windows color (decimal): -16513057 or 14616324. OLE color: 14616324.

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

Color convert

RGB 4 7 223 -
CMYK 0.98 0.97 0 0.13
HSL 239.18º 0.96% 0.45% -
HSV(B) 239.18º 0.98% 0.87% -
XYZ 13.45 5.51 70.17 -
YUV 30.73 236.51 108.94 -
System Red Green Blue C M Y K H S L
Decimal 4 7 223 0.98 0.97 0 0.13 239.18 0.96 0.45
Hex 4 7 DF 62 61 0 D EF 60 2D
Octal 4 7 337 142 141 0 15 357 140 55
Binary 100 111 11011111 1100010 1100001 0 1101 11101111 1100000 101101

Color Harmonies of #0407DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0407DF

Black with #0407DF

Text Example


Text Example

White with #0407DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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