Html Css Color HEX #190DD2 Medium Blue

📋 copy color: '#190DD2'

red 25 ◦ green 13 ◦ blue 210

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

Shades of Medium Blue #190DD2

Tints of Medium Blue #190DD2

RGB

 RED value IS 25 (10.16% from 255) = 10.08%

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 210 (82.42% from 255) = 84.68%

R = 10.08%
G = 5.24%
B = 84.68%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#190DD2 (or 0x190DD2) is known color: Medium Blue. HEX triplet: 19, 0D and D2. RGB value is (25,13,210). Sum of RGB (Red+Green+Blue) = 25+13+210=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 210 (82.42% from 255 or 84.68% from 248); Max value from RGB is 210 - color contains mainly: blue. Hex color #190DD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DD2 is #E6F22D. Grayscale: #262626. Windows color (decimal): -15135278 or 13765913. OLE color: 13765913.

HSL color Cylindrical-coordinate representation of color #190DD2: hue angle of 243.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190DD2 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 13 210 -
CMYK 0.88 0.94 0 0.18
HSL 243.65º 0.88% 0.44% -
HSV(B) 243.65º 0.94% 0.82% -
XYZ 12.18 5.15 61.32 -
YUV 39.05 224.48 117.98 -
System Red Green Blue C M Y K H S L
Decimal 25 13 210 0.88 0.94 0 0.18 243.65 0.88 0.44
Hex 19 D D2 58 5E 0 12 F4 58 2C
Octal 31 15 322 130 136 0 22 364 130 54
Binary 11001 1101 11010010 1011000 1011110 0 10010 11110100 1011000 101100

Color Harmonies of #190DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190DD2

Black with #190DD2

Text Example


Text Example

White with #190DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190DD2; }

 p { color: rgb(25,13,210); }

 H1.HeaderClassName
 {
   color: #190DD2;
 }
 .AnyTagClassName
 {
   color: #190DD2;
 }
</style>

background-color css

<style>
 a { background-color: #190DD2; }

 a { background-color: rgb(25,13,210); }

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

border-color css

<style>
 span { border-color: #190DD2; }

 span { border-color: rgb(25,13,210); }

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