Html Css Color HEX #2003DD Medium Blue

📋 copy color: '#2003DD'

red 32 ◦ green 3 ◦ blue 221

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

Shades of Medium Blue #2003DD

Tints of Medium Blue #2003DD

RGB

 RED value IS 32 (12.89% from 255) = 12.5%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 221 (86.72% from 255) = 86.33%

R = 12.5%
G = 1.17%
B = 86.33%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2003DD (or 0x2003DD) is known color: Medium Blue. HEX triplet: 20, 03 and DD. RGB value is (32,3,221). Sum of RGB (Red+Green+Blue) = 32+3+221=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #2003DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003DD is #DFFC22. Grayscale: #232323. Windows color (decimal): -14679075 or 14484256. OLE color: 14484256.

HSL color Cylindrical-coordinate representation of color #2003DD: hue angle of 247.98º 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 #2003DD is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 3 221 -
CMYK 0.86 0.99 0 0.13
HSL 247.98º 0.97% 0.44% -
HSV(B) 247.98º 0.99% 0.87% -
XYZ 13.68 5.59 68.77 -
YUV 36.52 232.11 124.77 -
System Red Green Blue C M Y K H S L
Decimal 32 3 221 0.86 0.99 0 0.13 247.98 0.97 0.44
Hex 20 3 DD 56 63 0 D F8 61 2C
Octal 40 3 335 126 143 0 15 370 141 54
Binary 100000 11 11011101 1010110 1100011 0 1101 11111000 1100001 101100

Color Harmonies of #2003DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2003DD

Black with #2003DD

Text Example


Text Example

White with #2003DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2003DD;
 }
 .AnyTagClassName
 {
   color: #2003DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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