Html Css Color HEX #199DE1 Dodger Blue

📋 copy color: '#199DE1'

red 25 ◦ green 157 ◦ blue 225

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

Shades of Dodger Blue #199DE1

Tints of Dodger Blue #199DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.28%

R = 6.14%
G = 38.57%
B = 55.28%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#199DE1 (or 0x199DE1) is known color: Dodger Blue. HEX triplet: 19, 9D and E1. RGB value is (25,157,225). Sum of RGB (Red+Green+Blue) = 25+157+225=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #199DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DE1 is #E6621E. Grayscale: #7C7C7C. Windows color (decimal): -15098399 or 14785817. OLE color: 14785817.

HSL color Cylindrical-coordinate representation of color #199DE1: hue angle of 200.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199DE1 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 157 225 -
CMYK 0.89 0.30 0 0.12
HSL 200.4º 0.8% 0.49% -
HSV(B) 200.4º 0.89% 0.88% -
XYZ 26.05 29.76 75.6 -
YUV 125.28 184.27 56.47 -
System Red Green Blue C M Y K H S L
Decimal 25 157 225 0.89 0.30 0 0.12 200.4 0.8 0.49
Hex 19 9D E1 59 1E 0 C C8 50 31
Octal 31 235 341 131 36 0 14 310 120 61
Binary 11001 10011101 11100001 1011001 11110 0 1100 11001000 1010000 110001

Color Harmonies of #199DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DE1

Black with #199DE1

Text Example


Text Example

White with #199DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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