Html Css Color HEX #2005DA Medium Blue

📋 copy color: '#2005DA'

red 32 ◦ green 5 ◦ blue 218

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

Shades of Medium Blue #2005DA

Tints of Medium Blue #2005DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 85.49%

R = 12.55%
G = 1.96%
B = 85.49%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2005DA (or 0x2005DA) is known color: Medium Blue. HEX triplet: 20, 05 and DA. RGB value is (32,5,218). Sum of RGB (Red+Green+Blue) = 32+5+218=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #2005DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005DA is #DFFA25. Grayscale: #242424. Windows color (decimal): -14678566 or 14288160. OLE color: 14288160.

HSL color Cylindrical-coordinate representation of color #2005DA: hue angle of 247.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005DA is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 5 218 -
CMYK 0.85 0.98 0 0.15
HSL 247.61º 0.96% 0.44% -
HSV(B) 247.61º 0.98% 0.85% -
XYZ 13.3 5.48 66.69 -
YUV 37.36 229.95 124.18 -
System Red Green Blue C M Y K H S L
Decimal 32 5 218 0.85 0.98 0 0.15 247.61 0.96 0.44
Hex 20 5 DA 55 62 0 F F8 60 2C
Octal 40 5 332 125 142 0 17 370 140 54
Binary 100000 101 11011010 1010101 1100010 0 1111 11111000 1100000 101100

Color Harmonies of #2005DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005DA

Black with #2005DA

Text Example


Text Example

White with #2005DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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