Html Css Color HEX #199AFC Dodger Blue

📋 copy color: '#199AFC'

red 25 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #199AFC

Tints of Dodger Blue #199AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 5.8%
G = 35.73%
B = 58.47%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#199AFC (or 0x199AFC) is known color: Dodger Blue. HEX triplet: 19, 9A and FC. RGB value is (25,154,252). Sum of RGB (Red+Green+Blue) = 25+154+252=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #199AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AFC is #E66503. Grayscale: #7E7E7E. Windows color (decimal): -15099140 or 16554521. OLE color: 16554521.

HSL color Cylindrical-coordinate representation of color #199AFC: hue angle of 205.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199AFC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 154 252 -
CMYK 0.90 0.39 0 0.01
HSL 205.9º 0.97% 0.54% -
HSV(B) 205.9º 0.9% 0.99% -
XYZ 29.53 30.35 96.4 -
YUV 126.6 198.76 55.53 -
System Red Green Blue C M Y K H S L
Decimal 25 154 252 0.90 0.39 0 0.01 205.9 0.97 0.54
Hex 19 9A FC 5A 27 0 1 CE 61 36
Octal 31 232 374 132 47 0 1 316 141 66
Binary 11001 10011010 11111100 1011010 100111 0 1 11001110 1100001 110110

Color Harmonies of #199AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AFC

Black with #199AFC

Text Example


Text Example

White with #199AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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