Html Css Color HEX #199AFF Dodger Blue

📋 copy color: '#199AFF'

red 25 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #199AFF

Tints of Dodger Blue #199AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 5.76%
G = 35.48%
B = 58.76%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#199AFF (or 0x199AFF) is known color: Dodger Blue. HEX triplet: 19, 9A and FF. RGB value is (25,154,255). Sum of RGB (Red+Green+Blue) = 25+154+255=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #199AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AFF is #E66500. Grayscale: #7E7E7E. Windows color (decimal): -15099137 or 16751129. OLE color: 16751129.

HSL color Cylindrical-coordinate representation of color #199AFF: hue angle of 206.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199AFF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 154 255 -
CMYK 0.90 0.40 0 0
HSL 206.35º 1% 0.55% -
HSV(B) 206.35º 0.9% 1% -
XYZ 30.01 30.54 98.92 -
YUV 126.94 200.26 55.29 -
System Red Green Blue C M Y K H S L
Decimal 25 154 255 0.90 0.40 0 0 206.35 1 0.55
Hex 19 9A FF 5A 28 0 0 CE 64 37
Octal 31 232 377 132 50 0 0 316 144 67
Binary 11001 10011010 11111111 1011010 101000 0 0 11001110 1100100 110111

Color Harmonies of #199AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AFF

Black with #199AFF

Text Example


Text Example

White with #199AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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