#0992F8

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

Shades of Dodger Blue #0992F8

Tints of Dodger Blue #0992F8

Color information

#0992F8 (or 0x0992F8) is unknown color: approx Dodger Blue. HEX triplet: 09, 92 and F8. RGB value is (9,146,248). Sum of RGB (Red+Green+Blue) = 9+146+248=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #0992F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992F8 is #F66D07. Grayscale: #747474. Windows color (decimal): -16149768 or 16290313. OLE color: 16290313.

HSL color Cylindrical-coordinate representation of color #0992F8: hue angle of 205.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992F8 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9146248-
CMYK0.960.4100.03
HSL205.61º94.47%50.39%-
HSV(B)205.61º96.37%97.25%-
XYZ27.3327.3992.65-
YUV116.66202.1151.21-

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.23%
BLUE value IS 248 (97.27% from 255) = 61.54%
R=2.23%
G=36.23%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal91462480.960.4100.03205.6194.4750.39
Hex992F8602903ce5e32
Octal11222370140510331613662
Binary100110010010111110001100000101001011110011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0992F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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