#0392FA

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

Shades of Dodger Blue #0392FA

Tints of Dodger Blue #0392FA

Color information

#0392FA (or 0x0392FA) is unknown color: approx Dodger Blue. HEX triplet: 03, 92 and FA. RGB value is (3,146,250). Sum of RGB (Red+Green+Blue) = 3+146+250=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #0392FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0392FA is #FC6D05. Grayscale: #727272. Windows color (decimal): -16542982 or 16421379. OLE color: 16421379.

HSL color Cylindrical-coordinate representation of color #0392FA: hue angle of 205.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0392FA is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3146250-
CMYK0.990.4200.02
HSL205.26º97.63%49.61%-
HSV(B)205.26º98.8%98.04%-
XYZ27.5727.4894.29-
YUV115.1204.1248.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.75%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=0.75%
G=36.59%
B=62.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31462500.990.4200.02205.2697.6349.61
Hex392FA632A02cd6232
Octal3222372143520231514262
Binary1110010010111110101100011101010010110011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0392FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0392FA; }

 p { color: rgb(3,146,250); }

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

<style>
 a { background-color: #0392FA; }

 a { background-color: rgb(3,146,250); }

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

<style>
 span { border-color: #0392FA; }

 span { border-color: rgb(3,146,250); }

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