Html Css Color HEX #199EEB Dodger Blue

📋 copy color: '#199EEB'

red 25 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #199EEB

Tints of Dodger Blue #199EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 5.98%
G = 37.8%
B = 56.22%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#199EEB (or 0x199EEB) is known color: Dodger Blue. HEX triplet: 19, 9E and EB. RGB value is (25,158,235). Sum of RGB (Red+Green+Blue) = 25+158+235=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #199EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EEB is #E66114. Grayscale: #7E7E7E. Windows color (decimal): -15098133 or 15441433. OLE color: 15441433.

HSL color Cylindrical-coordinate representation of color #199EEB: hue angle of 202º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EEB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 158 235 -
CMYK 0.89 0.33 0 0.08
HSL 202º 0.84% 0.51% -
HSV(B) 202º 0.89% 0.92% -
XYZ 27.62 30.66 83.06 -
YUV 127.01 188.94 55.24 -
System Red Green Blue C M Y K H S L
Decimal 25 158 235 0.89 0.33 0 0.08 202 0.84 0.51
Hex 19 9E EB 59 21 0 8 CA 54 33
Octal 31 236 353 131 41 0 10 312 124 63
Binary 11001 10011110 11101011 1011001 100001 0 1000 11001010 1010100 110011

Color Harmonies of #199EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EEB

Black with #199EEB

Text Example


Text Example

White with #199EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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