Html Css Color HEX #199AE5 Dodger Blue

📋 copy color: '#199AE5'

red 25 ◦ green 154 ◦ blue 229

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

Shades of Dodger Blue #199AE5

Tints of Dodger Blue #199AE5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

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

R = 6.13%
G = 37.75%
B = 56.13%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#199AE5 (or 0x199AE5) is known color: Dodger Blue. HEX triplet: 19, 9A and E5. RGB value is (25,154,229). Sum of RGB (Red+Green+Blue) = 25+154+229=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #199AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199AE5 is #E6651A. Grayscale: #7B7B7B. Windows color (decimal): -15099163 or 15047193. OLE color: 15047193.

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

Color convert

RGB 25 154 229 -
CMYK 0.89 0.33 0 0.10
HSL 202.06º 0.8% 0.5% -
HSV(B) 202.06º 0.89% 0.9% -
XYZ 26.1 28.98 78.35 -
YUV 123.98 187.26 57.4 -
System Red Green Blue C M Y K H S L
Decimal 25 154 229 0.89 0.33 0 0.10 202.06 0.8 0.5
Hex 19 9A E5 59 21 0 A CA 50 32
Octal 31 232 345 131 41 0 12 312 120 62
Binary 11001 10011010 11100101 1011001 100001 0 1010 11001010 1010000 110010

Color Harmonies of #199AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AE5

Black with #199AE5

Text Example


Text Example

White with #199AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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