#1998F3

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

Shades of Dodger Blue #1998F3

Tints of Dodger Blue #1998F3

Color information

#1998F3 (or 0x1998F3) is unknown color: approx Dodger Blue. HEX triplet: 19, 98 and F3. RGB value is (25,152,243). Sum of RGB (Red+Green+Blue) = 25+152+243=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #1998F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998F3 is #E6670C. Grayscale: #7B7B7B. Windows color (decimal): -15099661 or 15964185. OLE color: 15964185.

HSL color Cylindrical-coordinate representation of color #1998F3: hue angle of 205.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998F3 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25152243-
CMYK0.900.3700.05
HSL205.05º90.08%52.55%-
HSV(B)205.05º89.71%95.29%-
XYZ27.8129.1388.95-
YUV124.4194.9257.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.95%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=5.95%
G=36.19%
B=57.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251522430.900.3700.05205.0590.0852.55
Hex1998F35A2505cd5a35
Octal31230363132450531513265
Binary11001100110001111001110110101001010101110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1998F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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