#0992F9

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

Shades of Dodger Blue #0992F9

Tints of Dodger Blue #0992F9

Color information

#0992F9 (or 0x0992F9) is unknown color: approx Dodger Blue. HEX triplet: 09, 92 and F9. RGB value is (9,146,249). Sum of RGB (Red+Green+Blue) = 9+146+249=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #0992F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992F9 is #F66D06. Grayscale: #747474. Windows color (decimal): -16149767 or 16355849. OLE color: 16355849.

HSL color Cylindrical-coordinate representation of color #0992F9: hue angle of 205.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992F9 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9146249-
CMYK0.960.4100.02
HSL205.75º95.24%50.59%-
HSV(B)205.75º96.39%97.65%-
XYZ27.4927.4693.47-
YUV116.78202.6151.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.23%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 249 (97.66% from 255) = 61.63%
R=2.23%
G=36.14%
B=61.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal91462490.960.4100.02205.7595.2450.59
Hex992F9602902ce5f33
Octal11222371140510231613763
Binary100110010010111110011100000101001010110011101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0992F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0992F9; }

 p { color: rgb(9,146,249); }

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

<style>
 a { background-color: #0992F9; }

 a { background-color: rgb(9,146,249); }

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

<style>
 span { border-color: #0992F9; }

 span { border-color: rgb(9,146,249); }

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