Html Css Color HEX #199EE5 Dodger Blue

📋 copy color: '#199EE5'

red 25 ◦ green 158 ◦ blue 229

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

Shades of Dodger Blue #199EE5

Tints of Dodger Blue #199EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 229 (89.84% from 255) = 55.58%

R = 6.07%
G = 38.35%
B = 55.58%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#199EE5 (or 0x199EE5) is known color: Dodger Blue. HEX triplet: 19, 9E and E5. RGB value is (25,158,229). Sum of RGB (Red+Green+Blue) = 25+158+229=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #199EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EE5 is #E6611A. Grayscale: #7D7D7D. Windows color (decimal): -15098139 or 15048217. OLE color: 15048217.

HSL color Cylindrical-coordinate representation of color #199EE5: hue angle of 200.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EE5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 158 229 -
CMYK 0.89 0.31 0 0.10
HSL 200.88º 0.8% 0.5% -
HSV(B) 200.88º 0.89% 0.9% -
XYZ 26.77 30.32 78.57 -
YUV 126.33 185.94 55.73 -
System Red Green Blue C M Y K H S L
Decimal 25 158 229 0.89 0.31 0 0.10 200.88 0.8 0.5
Hex 19 9E E5 59 1F 0 A C9 50 32
Octal 31 236 345 131 37 0 12 311 120 62
Binary 11001 10011110 11100101 1011001 11111 0 1010 11001001 1010000 110010

Color Harmonies of #199EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EE5

Black with #199EE5

Text Example


Text Example

White with #199EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199EE5; }

 p { color: rgb(25,158,229); }

 H1.HeaderClassName
 {
   color: #199EE5;
 }
 .AnyTagClassName
 {
   color: #199EE5;
 }
</style>

background-color css

<style>
 a { background-color: #199EE5; }

 a { background-color: rgb(25,158,229); }

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

border-color css

<style>
 span { border-color: #199EE5; }

 span { border-color: rgb(25,158,229); }

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