Html Css Color HEX #199DE5 Dodger Blue

📋 copy color: '#199DE5'

red 25 ◦ green 157 ◦ blue 229

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

Shades of Dodger Blue #199DE5

Tints of Dodger Blue #199DE5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 6.08%
G = 38.2%
B = 55.72%

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

#199DE5 (or 0x199DE5) is known color: Dodger Blue. HEX triplet: 19, 9D and E5. RGB value is (25,157,229). Sum of RGB (Red+Green+Blue) = 25+157+229=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #199DE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DE5 is #E6621A. Grayscale: #7D7D7D. Windows color (decimal): -15098395 or 15047961. OLE color: 15047961.

HSL color Cylindrical-coordinate representation of color #199DE5: hue angle of 201.18º 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 #199DE5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 157 229 -
CMYK 0.89 0.31 0 0.10
HSL 201.18º 0.8% 0.5% -
HSV(B) 201.18º 0.89% 0.9% -
XYZ 26.6 29.98 78.51 -
YUV 125.74 186.27 56.15 -
System Red Green Blue C M Y K H S L
Decimal 25 157 229 0.89 0.31 0 0.10 201.18 0.8 0.5
Hex 19 9D E5 59 1F 0 A C9 50 32
Octal 31 235 345 131 37 0 12 311 120 62
Binary 11001 10011101 11100101 1011001 11111 0 1010 11001001 1010000 110010

Color Harmonies of #199DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DE5

Black with #199DE5

Text Example


Text Example

White with #199DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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