#0403DD

Color #0403DD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0403DD

Tints of Medium Blue #0403DD

Color information

#0403DD (or 0x0403DD) is unknown color: approx Medium Blue. HEX triplet: 04, 03 and DD. RGB value is (4,3,221). Sum of RGB (Red+Green+Blue) = 4+3+221=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0403DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0403DD is #FBFC22. Grayscale: #1B1B1B. Windows color (decimal): -16514083 or 14484228. OLE color: 14484228.

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

Color convert

RGB43221-
CMYK0.980.9900.13
HSL240.28º97.32%43.92%-
HSV(B)240.28º98.64%86.67%-
XYZ13.135.3168.74-
YUV28.15236.83110.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 221 (86.72% from 255) = 96.93%
R=1.75%
G=1.32%
B=96.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432210.980.9900.13240.2897.3243.92
Hex43DD62630Df0612c
Octal4333514214301536014154
Binary10011110111011100010110001101101111100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0403DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0403DD;
 }
 .AnyTagClassName
 {
   color: #0403DD;
 }
</style>
background-color css

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

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

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

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

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

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