#0998F6

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

Shades of Dodger Blue #0998F6

Tints of Dodger Blue #0998F6

Color information

#0998F6 (or 0x0998F6) is unknown color: approx Dodger Blue. HEX triplet: 09, 98 and F6. RGB value is (9,152,246). Sum of RGB (Red+Green+Blue) = 9+152+246=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #0998F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0998F6 is #F66709. Grayscale: #777777. Windows color (decimal): -16148234 or 16160777. OLE color: 16160777.

HSL color Cylindrical-coordinate representation of color #0998F6: hue angle of 203.8º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998F6 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9152246-
CMYK0.960.3800.04
HSL203.8º92.94%50%-
HSV(B)203.8º96.34%96.47%-
XYZ27.9829.1791.34-
YUV119.96199.1248.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.21%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 246 (96.48% from 255) = 60.44%
R=2.21%
G=37.35%
B=60.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91522460.960.3800.04203.892.9450
Hex998F6602604cc5d32
Octal11230366140460431413562
Binary1001100110001111011011000001001100100110011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0998F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0998F6; }

 p { color: rgb(9,152,246); }

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

<style>
 a { background-color: #0998F6; }

 a { background-color: rgb(9,152,246); }

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

<style>
 span { border-color: #0998F6; }

 span { border-color: rgb(9,152,246); }

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