Html Css Color HEX #0408DF Medium Blue

📋 copy color: '#0408DF'

red 4 ◦ green 8 ◦ blue 223

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

Shades of Medium Blue #0408DF

Tints of Medium Blue #0408DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 1.7%
G = 3.4%
B = 94.89%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0408DF (or 0x0408DF) is known color: Medium Blue. HEX triplet: 04, 08 and DF. RGB value is (4,8,223). Sum of RGB (Red+Green+Blue) = 4+8+223=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 223 (87.5% from 255 or 94.89% from 235); Max value from RGB is 223 - color contains mainly: blue. Hex color #0408DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0408DF is #FBF720. Grayscale: #1E1E1E. Windows color (decimal): -16512801 or 14616580. OLE color: 14616580.

HSL color Cylindrical-coordinate representation of color #0408DF: hue angle of 238.9º 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 #0408DF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 8 223 -
CMYK 0.98 0.96 0 0.13
HSL 238.9º 0.96% 0.45% -
HSV(B) 238.9º 0.98% 0.87% -
XYZ 13.46 5.53 70.17 -
YUV 31.31 236.17 108.52 -
System Red Green Blue C M Y K H S L
Decimal 4 8 223 0.98 0.96 0 0.13 238.9 0.96 0.45
Hex 4 8 DF 62 60 0 D EF 60 2D
Octal 4 10 337 142 140 0 15 357 140 55
Binary 100 1000 11011111 1100010 1100000 0 1101 11101111 1100000 101101

Color Harmonies of #0408DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0408DF

Black with #0408DF

Text Example


Text Example

White with #0408DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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