Html Css Color HEX #2000DA Medium Blue

📋 copy color: '#2000DA'

red 32 ◦ green 0 ◦ blue 218

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

Shades of Medium Blue #2000DA

Tints of Medium Blue #2000DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.8%
G = 0%
B = 87.2%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2000DA (or 0x2000DA) is known color: Medium Blue. HEX triplet: 20, 00 and DA. RGB value is (32,0,218). Sum of RGB (Red+Green+Blue) = 32+0+218=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #2000DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000DA is #DFFF25. Grayscale: #212121. Windows color (decimal): -14679846 or 14286880. OLE color: 14286880.

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

Color convert

RGB 32 0 218 -
CMYK 0.85 1 0 0.15
HSL 248.81º 1% 0.43% -
HSV(B) 248.81º 1% 0.85% -
XYZ 13.25 5.37 66.67 -
YUV 34.42 231.6 126.27 -
System Red Green Blue C M Y K H S L
Decimal 32 0 218 0.85 1 0 0.15 248.81 1 0.43
Hex 20 0 DA 55 64 0 F F9 64 2B
Octal 40 0 332 125 144 0 17 371 144 53
Binary 100000 0 11011010 1010101 1100100 0 1111 11111001 1100100 101011

Color Harmonies of #2000DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000DA

Black with #2000DA

Text Example


Text Example

White with #2000DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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