Html Css Color HEX #2005DD Medium Blue

📋 copy color: '#2005DD'

red 32 ◦ green 5 ◦ blue 221

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

Shades of Medium Blue #2005DD

Tints of Medium Blue #2005DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 12.4%
G = 1.94%
B = 85.66%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2005DD (or 0x2005DD) is known color: Medium Blue. HEX triplet: 20, 05 and DD. RGB value is (32,5,221). Sum of RGB (Red+Green+Blue) = 32+5+221=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #2005DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005DD is #DFFA22. Grayscale: #242424. Windows color (decimal): -14678563 or 14484768. OLE color: 14484768.

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

Color convert

RGB 32 5 221 -
CMYK 0.86 0.98 0 0.13
HSL 247.5º 0.96% 0.44% -
HSV(B) 247.5º 0.98% 0.87% -
XYZ 13.7 5.64 68.77 -
YUV 37.7 231.45 123.94 -
System Red Green Blue C M Y K H S L
Decimal 32 5 221 0.86 0.98 0 0.13 247.5 0.96 0.44
Hex 20 5 DD 56 62 0 D F8 60 2C
Octal 40 5 335 126 142 0 15 370 140 54
Binary 100000 101 11011101 1010110 1100010 0 1101 11111000 1100000 101100

Color Harmonies of #2005DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005DD

Black with #2005DD

Text Example


Text Example

White with #2005DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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