Html Css Color HEX #190ED7 Medium Blue

📋 copy color: '#190ED7'

red 25 ◦ green 14 ◦ blue 215

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

Shades of Medium Blue #190ED7

Tints of Medium Blue #190ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 84.65%

R = 9.84%
G = 5.51%
B = 84.65%

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

#190ED7 (or 0x190ED7) is known color: Medium Blue. HEX triplet: 19, 0E and D7. RGB value is (25,14,215). Sum of RGB (Red+Green+Blue) = 25+14+215=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 215 (84.38% from 255 or 84.65% from 254); Max value from RGB is 215 - color contains mainly: blue. Hex color #190ED7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ED7 is #E6F128. Grayscale: #272727. Windows color (decimal): -15135017 or 14093849. OLE color: 14093849.

HSL color Cylindrical-coordinate representation of color #190ED7: hue angle of 243.28º 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 #190ED7 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 14 215 -
CMYK 0.88 0.93 0 0.16
HSL 243.28º 0.88% 0.45% -
HSV(B) 243.28º 0.93% 0.84% -
XYZ 12.82 5.43 64.66 -
YUV 40.2 226.64 117.16 -
System Red Green Blue C M Y K H S L
Decimal 25 14 215 0.88 0.93 0 0.16 243.28 0.88 0.45
Hex 19 E D7 58 5D 0 10 F3 58 2D
Octal 31 16 327 130 135 0 20 363 130 55
Binary 11001 1110 11010111 1011000 1011101 0 10000 11110011 1011000 101101

Color Harmonies of #190ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190ED7

Black with #190ED7

Text Example


Text Example

White with #190ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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