Html Css Color HEX #199AE6 Dodger Blue

📋 copy color: '#199AE6'

red 25 ◦ green 154 ◦ blue 230

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

Shades of Dodger Blue #199AE6

Tints of Dodger Blue #199AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 6.11%
G = 37.65%
B = 56.23%

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

#199AE6 (or 0x199AE6) is known color: Dodger Blue. HEX triplet: 19, 9A and E6. RGB value is (25,154,230). Sum of RGB (Red+Green+Blue) = 25+154+230=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #199AE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AE6 is #E66519. Grayscale: #7B7B7B. Windows color (decimal): -15099162 or 15112729. OLE color: 15112729.

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

Color convert

RGB 25 154 230 -
CMYK 0.89 0.33 0 0.10
HSL 202.24º 0.8% 0.5% -
HSV(B) 202.24º 0.89% 0.9% -
XYZ 26.24 29.03 79.08 -
YUV 124.09 187.76 57.32 -
System Red Green Blue C M Y K H S L
Decimal 25 154 230 0.89 0.33 0 0.10 202.24 0.8 0.5
Hex 19 9A E6 59 21 0 A CA 50 32
Octal 31 232 346 131 41 0 12 312 120 62
Binary 11001 10011010 11100110 1011001 100001 0 1010 11001010 1010000 110010

Color Harmonies of #199AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AE6

Black with #199AE6

Text Example


Text Example

White with #199AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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