#1998FA

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

Shades of Dodger Blue #1998FA

Tints of Dodger Blue #1998FA

Color information

#1998FA (or 0x1998FA) is unknown color: approx Dodger Blue. HEX triplet: 19, 98 and FA. RGB value is (25,152,250). Sum of RGB (Red+Green+Blue) = 25+152+250=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #1998FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FA is #E66705. Grayscale: #7C7C7C. Windows color (decimal): -15099654 or 16422937. OLE color: 16422937.

HSL color Cylindrical-coordinate representation of color #1998FA: hue angle of 206.13º 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 #1998FA is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25152250-
CMYK0.90.3900.02
HSL206.13º95.74%53.92%-
HSV(B)206.13º90%98.04%-
XYZ28.8829.5794.63-
YUV125.2198.4256.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.85%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=5.85%
G=35.60%
B=58.55%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251522500.90.3900.02206.1395.7453.92
Hex1998FA5A2702ce6036
Octal31230372132470231614066
Binary1100110011000111110101011010100111010110011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1998FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1998FA; }

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

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

<style>
 a { background-color: #1998FA; }

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

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

<style>
 span { border-color: #1998FA; }

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

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