Html Css Color HEX #190ED5 Medium Blue

📋 copy color: '#190ED5'

red 25 ◦ green 14 ◦ blue 213

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

Shades of Medium Blue #190ED5

Tints of Medium Blue #190ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

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

R = 9.92%
G = 5.56%
B = 84.52%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#190ED5 (or 0x190ED5) is known color: Medium Blue. HEX triplet: 19, 0E and D5. RGB value is (25,14,213). Sum of RGB (Red+Green+Blue) = 25+14+213=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 213 (83.59% from 255 or 84.52% from 252); Max value from RGB is 213 - color contains mainly: blue. Hex color #190ED5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ED5 is #E6F12A. Grayscale: #272727. Windows color (decimal): -15135019 or 13962777. OLE color: 13962777.

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

Color convert

RGB 25 14 213 -
CMYK 0.88 0.93 0 0.16
HSL 243.32º 0.88% 0.45% -
HSV(B) 243.32º 0.93% 0.84% -
XYZ 12.57 5.32 63.32 -
YUV 39.98 225.64 117.32 -
System Red Green Blue C M Y K H S L
Decimal 25 14 213 0.88 0.93 0 0.16 243.32 0.88 0.45
Hex 19 E D5 58 5D 0 10 F3 58 2D
Octal 31 16 325 130 135 0 20 363 130 55
Binary 11001 1110 11010101 1011000 1011101 0 10000 11110011 1011000 101101

Color Harmonies of #190ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190ED5

Black with #190ED5

Text Example


Text Example

White with #190ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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