Html Css Color HEX #190DD5 Medium Blue

📋 copy color: '#190DD5'

red 25 ◦ green 13 ◦ blue 213

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

Shades of Medium Blue #190DD5

Tints of Medium Blue #190DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 84.86%

R = 9.96%
G = 5.18%
B = 84.86%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#190DD5 (or 0x190DD5) is known color: Medium Blue. HEX triplet: 19, 0D and D5. RGB value is (25,13,213). Sum of RGB (Red+Green+Blue) = 25+13+213=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 213 (83.59% from 255 or 84.86% from 251); Max value from RGB is 213 - color contains mainly: blue. Hex color #190DD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DD5 is #E6F22A. Grayscale: #262626. Windows color (decimal): -15135275 or 13962521. OLE color: 13962521.

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

Color convert

RGB 25 13 213 -
CMYK 0.88 0.94 0 0.16
HSL 243.6º 0.88% 0.44% -
HSV(B) 243.6º 0.94% 0.84% -
XYZ 12.56 5.3 63.31 -
YUV 39.39 225.98 117.74 -
System Red Green Blue C M Y K H S L
Decimal 25 13 213 0.88 0.94 0 0.16 243.6 0.88 0.44
Hex 19 D D5 58 5E 0 10 F4 58 2C
Octal 31 15 325 130 136 0 20 364 130 54
Binary 11001 1101 11010101 1011000 1011110 0 10000 11110100 1011000 101100

Color Harmonies of #190DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190DD5

Black with #190DD5

Text Example


Text Example

White with #190DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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