Html Css Color HEX #0409DE Medium Blue

📋 copy color: '#0409DE'

red 4 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #0409DE

Tints of Medium Blue #0409DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 222 (87.11% from 255) = 94.47%

R = 1.7%
G = 3.83%
B = 94.47%

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

#0409DE (or 0x0409DE) is known color: Medium Blue. HEX triplet: 04, 09 and DE. RGB value is (4,9,222). Sum of RGB (Red+Green+Blue) = 4+9+222=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 222 (87.11% from 255 or 94.47% from 235); Max value from RGB is 222 - color contains mainly: blue. Hex color #0409DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0409DE is #FBF621. Grayscale: #1E1E1E. Windows color (decimal): -16512546 or 14551300. OLE color: 14551300.

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

Color convert

RGB 4 9 222 -
CMYK 0.98 0.96 0 0.13
HSL 238.62º 0.96% 0.44% -
HSV(B) 238.62º 0.98% 0.87% -
XYZ 13.33 5.5 69.47 -
YUV 31.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 4 9 222 0.98 0.96 0 0.13 238.62 0.96 0.44
Hex 4 9 DE 62 60 0 D EF 60 2C
Octal 4 11 336 142 140 0 15 357 140 54
Binary 100 1001 11011110 1100010 1100000 0 1101 11101111 1100000 101100

Color Harmonies of #0409DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0409DE

Black with #0409DE

Text Example


Text Example

White with #0409DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0409DE; }

 p { color: rgb(4,9,222); }

 H1.HeaderClassName
 {
   color: #0409DE;
 }
 .AnyTagClassName
 {
   color: #0409DE;
 }
</style>

background-color css

<style>
 a { background-color: #0409DE; }

 a { background-color: rgb(4,9,222); }

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

border-color css

<style>
 span { border-color: #0409DE; }

 span { border-color: rgb(4,9,222); }

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