#199AFA

Color #199AFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #199AFA

Tints of Dodger Blue #199AFA

Color information

#199AFA (or 0x199AFA) is unknown color: approx Dodger Blue. HEX triplet: 19, 9A and FA. RGB value is (25,154,250). Sum of RGB (Red+Green+Blue) = 25+154+250=429 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.83% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #199AFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AFA is #E66505. Grayscale: #7D7D7D. Windows color (decimal): -15099142 or 16423449. OLE color: 16423449.

HSL color Cylindrical-coordinate representation of color #199AFA: hue angle of 205.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199AFA is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25154250-
CMYK0.90.3800.02
HSL205.6º95.74%53.92%-
HSV(B)205.6º90%98.04%-
XYZ29.2130.2294.74-
YUV126.37197.7655.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.83%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=5.83%
G=35.90%
B=58.28%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251542500.90.3800.02205.695.7453.92
Hex199AFA5A2602ce6036
Octal31232372132460231614066
Binary1100110011010111110101011010100110010110011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #199AFA;
 }
 .AnyTagClassName
 {
   color: #199AFA;
 }
</style>
background-color css

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

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

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

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

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

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