Html Css Color HEX #190EDD Medium Blue

📋 copy color: '#190EDD'

red 25 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #190EDD

Tints of Medium Blue #190EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 85%

R = 9.62%
G = 5.38%
B = 85%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#190EDD (or 0x190EDD) is known color: Medium Blue. HEX triplet: 19, 0E and DD. RGB value is (25,14,221). Sum of RGB (Red+Green+Blue) = 25+14+221=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #190EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EDD is #E6F122. Grayscale: #282828. Windows color (decimal): -15135011 or 14487065. OLE color: 14487065.

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

Color convert

RGB 25 14 221 -
CMYK 0.89 0.94 0 0.13
HSL 243.19º 0.88% 0.46% -
HSV(B) 243.19º 0.94% 0.87% -
XYZ 13.61 5.74 68.8 -
YUV 40.89 229.64 116.67 -
System Red Green Blue C M Y K H S L
Decimal 25 14 221 0.89 0.94 0 0.13 243.19 0.88 0.46
Hex 19 E DD 59 5E 0 D F3 58 2E
Octal 31 16 335 131 136 0 15 363 130 56
Binary 11001 1110 11011101 1011001 1011110 0 1101 11110011 1011000 101110

Color Harmonies of #190EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190EDD

Black with #190EDD

Text Example


Text Example

White with #190EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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