Html Css Color HEX #190EE0 Medium Blue

📋 copy color: '#190EE0'

red 25 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #190EE0

Tints of Medium Blue #190EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 85.17%

R = 9.51%
G = 5.32%
B = 85.17%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#190EE0 (or 0x190EE0) is known color: Medium Blue. HEX triplet: 19, 0E and E0. RGB value is (25,14,224). Sum of RGB (Red+Green+Blue) = 25+14+224=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 224 (87.89% from 255 or 85.17% from 263); Max value from RGB is 224 - color contains mainly: blue. Hex color #190EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EE0 is #E6F11F. Grayscale: #282828. Windows color (decimal): -15135008 or 14683673. OLE color: 14683673.

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

Color convert

RGB 25 14 224 -
CMYK 0.89 0.94 0 0.12
HSL 243.14º 0.88% 0.47% -
HSV(B) 243.14º 0.94% 0.88% -
XYZ 14.01 5.9 70.92 -
YUV 41.23 231.14 116.42 -
System Red Green Blue C M Y K H S L
Decimal 25 14 224 0.89 0.94 0 0.12 243.14 0.88 0.47
Hex 19 E E0 59 5E 0 C F3 58 2F
Octal 31 16 340 131 136 0 14 363 130 57
Binary 11001 1110 11100000 1011001 1011110 0 1100 11110011 1011000 101111

Color Harmonies of #190EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190EE0

Black with #190EE0

Text Example


Text Example

White with #190EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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