Html Css Color HEX #190ADE Medium Blue

📋 copy color: '#190ADE'

red 25 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #190ADE

Tints of Medium Blue #190ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 222 (87.11% from 255) = 86.38%

R = 9.73%
G = 3.89%
B = 86.38%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#190ADE (or 0x190ADE) is known color: Medium Blue. HEX triplet: 19, 0A and DE. RGB value is (25,10,222). Sum of RGB (Red+Green+Blue) = 25+10+222=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 222 (87.11% from 255 or 86.38% from 257); Max value from RGB is 222 - color contains mainly: blue. Hex color #190ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ADE is #E6F521. Grayscale: #252525. Windows color (decimal): -15136034 or 14551577. OLE color: 14551577.

HSL color Cylindrical-coordinate representation of color #190ADE: hue angle of 244.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190ADE is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 10 222 -
CMYK 0.89 0.95 0 0.13
HSL 244.25º 0.91% 0.45% -
HSV(B) 244.25º 0.95% 0.87% -
XYZ 13.69 5.7 69.49 -
YUV 38.65 231.47 118.26 -
System Red Green Blue C M Y K H S L
Decimal 25 10 222 0.89 0.95 0 0.13 244.25 0.91 0.45
Hex 19 A DE 59 5F 0 D F4 5B 2D
Octal 31 12 336 131 137 0 15 364 133 55
Binary 11001 1010 11011110 1011001 1011111 0 1101 11110100 1011011 101101

Color Harmonies of #190ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190ADE

Black with #190ADE

Text Example


Text Example

White with #190ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,10,222); }

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

background-color css

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

 a { background-color: rgb(25,10,222); }

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

border-color css

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

 span { border-color: rgb(25,10,222); }

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