Html Css Color HEX #2002DD Medium Blue

📋 copy color: '#2002DD'

red 32 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #2002DD

Tints of Medium Blue #2002DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 12.55%
G = 0.78%
B = 86.67%

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

#2002DD (or 0x2002DD) is known color: Medium Blue. HEX triplet: 20, 02 and DD. RGB value is (32,2,221). Sum of RGB (Red+Green+Blue) = 32+2+221=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #2002DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2002DD is #DFFD22. Grayscale: #232323. Windows color (decimal): -14679331 or 14484000. OLE color: 14484000.

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

Color convert

RGB 32 2 221 -
CMYK 0.86 0.99 0 0.13
HSL 248.22º 0.98% 0.44% -
HSV(B) 248.22º 0.99% 0.87% -
XYZ 13.67 5.57 68.76 -
YUV 35.94 232.44 125.19 -
System Red Green Blue C M Y K H S L
Decimal 32 2 221 0.86 0.99 0 0.13 248.22 0.98 0.44
Hex 20 2 DD 56 63 0 D F8 62 2C
Octal 40 2 335 126 143 0 15 370 142 54
Binary 100000 10 11011101 1010110 1100011 0 1101 11111000 1100010 101100

Color Harmonies of #2002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2002DD

Black with #2002DD

Text Example


Text Example

White with #2002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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