Html Css Color HEX #0400DF Medium Blue

📋 copy color: '#0400DF'

red 4 ◦ green 0 ◦ blue 223

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

Shades of Medium Blue #0400DF

Tints of Medium Blue #0400DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.76%
G = 0%
B = 98.24%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0400DF (or 0x0400DF) is known color: Medium Blue. HEX triplet: 04, 00 and DF. RGB value is (4,0,223). Sum of RGB (Red+Green+Blue) = 4+0+223=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 223 (87.5% from 255 or 98.24% from 227); Max value from RGB is 223 - color contains mainly: blue. Hex color #0400DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0400DF is #FBFF20. Grayscale: #191919. Windows color (decimal): -16514849 or 14614532. OLE color: 14614532.

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

Color convert

RGB 4 0 223 -
CMYK 0.98 1 0 0.13
HSL 241.08º 1% 0.44% -
HSV(B) 241.08º 1% 0.87% -
XYZ 13.37 5.35 70.14 -
YUV 26.62 238.83 111.87 -
System Red Green Blue C M Y K H S L
Decimal 4 0 223 0.98 1 0 0.13 241.08 1 0.44
Hex 4 0 DF 62 64 0 D F1 64 2C
Octal 4 0 337 142 144 0 15 361 144 54
Binary 100 0 11011111 1100010 1100100 0 1101 11110001 1100100 101100

Color Harmonies of #0400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0400DF

Black with #0400DF

Text Example


Text Example

White with #0400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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