Html Css Color HEX #2008DD Medium Blue

📋 copy color: '#2008DD'

red 32 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #2008DD

Tints of Medium Blue #2008DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 12.26%
G = 3.07%
B = 84.67%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2008DD (or 0x2008DD) is known color: Medium Blue. HEX triplet: 20, 08 and DD. RGB value is (32,8,221). Sum of RGB (Red+Green+Blue) = 32+8+221=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #2008DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008DD is #DFF722. Grayscale: #262626. Windows color (decimal): -14677795 or 14485536. OLE color: 14485536.

HSL color Cylindrical-coordinate representation of color #2008DD: hue angle of 246.76º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2008DD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 8 221 -
CMYK 0.86 0.96 0 0.13
HSL 246.76º 0.93% 0.45% -
HSV(B) 246.76º 0.96% 0.87% -
XYZ 13.73 5.7 68.78 -
YUV 39.46 230.45 122.68 -
System Red Green Blue C M Y K H S L
Decimal 32 8 221 0.86 0.96 0 0.13 246.76 0.93 0.45
Hex 20 8 DD 56 60 0 D F7 5D 2D
Octal 40 10 335 126 140 0 15 367 135 55
Binary 100000 1000 11011101 1010110 1100000 0 1101 11110111 1011101 101101

Color Harmonies of #2008DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2008DD

Black with #2008DD

Text Example


Text Example

White with #2008DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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