Html Css Color HEX #2019DA Medium Blue

📋 copy color: '#2019DA'

red 32 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #2019DA

Tints of Medium Blue #2019DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 11.64%
G = 9.09%
B = 79.27%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2019DA (or 0x2019DA) is known color: Medium Blue. HEX triplet: 20, 19 and DA. RGB value is (32,25,218). Sum of RGB (Red+Green+Blue) = 32+25+218=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #2019DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019DA is #DFE625. Grayscale: #303030. Windows color (decimal): -14673446 or 14293280. OLE color: 14293280.

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

Color convert

RGB 32 25 218 -
CMYK 0.85 0.89 0 0.15
HSL 242.18º 0.79% 0.48% -
HSV(B) 242.18º 0.89% 0.85% -
XYZ 13.6 6.06 66.78 -
YUV 49.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 32 25 218 0.85 0.89 0 0.15 242.18 0.79 0.48
Hex 20 19 DA 55 59 0 F F2 4F 30
Octal 40 31 332 125 131 0 17 362 117 60
Binary 100000 11001 11011010 1010101 1011001 0 1111 11110010 1001111 110000

Color Harmonies of #2019DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2019DA

Black with #2019DA

Text Example


Text Example

White with #2019DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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