#0092FF

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

Shades of Dodger Blue #0092FF

Tints of Dodger Blue #0092FF

Color information

#0092FF (or 0x0092FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 92 and FF. RGB value is (0,146,255). Sum of RGB (Red+Green+Blue) = 0+146+255=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #0092FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0092FF is #FF6D00. Grayscale: #727272. Windows color (decimal): -16739585 or 16749056. OLE color: 16749056.

HSL color Cylindrical-coordinate representation of color #0092FF: hue angle of 205.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092FF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0146255-
CMYK10.4300
HSL205.65º100%50%-
HSV(B)205.65º100%100%-
XYZ28.3327.7898.48-
YUV114.77207.1346.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 255 (100% from 255) = 63.59%
R=0%
G=36.41%
B=63.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal014625510.4300205.6510050
Hex092FF642B00ce6432
Octal0222377144530031614462
Binary01001001011111111110010010101100110011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0092FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0092FF; }

 p { color: rgb(0,146,255); }

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

<style>
 a { background-color: #0092FF; }

 a { background-color: rgb(0,146,255); }

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

<style>
 span { border-color: #0092FF; }

 span { border-color: rgb(0,146,255); }

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