#0293FA

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

Shades of Dodger Blue #0293FA

Tints of Dodger Blue #0293FA

Color information

#0293FA (or 0x0293FA) is unknown color: approx Dodger Blue. HEX triplet: 02, 93 and FA. RGB value is (2,147,250). Sum of RGB (Red+Green+Blue) = 2+147+250=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 147 (57.81% from 255 or 36.84% 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 #0293FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0293FA is #FD6C05. Grayscale: #727272. Windows color (decimal): -16608262 or 16421634. OLE color: 16421634.

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

Color convert

RGB2147250-
CMYK0.990.4100.02
HSL204.92º98.41%49.41%-
HSV(B)204.92º99.2%98.04%-
XYZ27.7127.7894.34-
YUV115.39203.9647.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.50%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=0.50%
G=36.84%
B=62.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21472500.990.4100.02204.9298.4149.41
Hex293FA632902cd6231
Octal2223372143510231514261
Binary1010010011111110101100011101001010110011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0293FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,147,250); }

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

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

 a { background-color: rgb(2,147,250); }

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

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

 span { border-color: rgb(2,147,250); }

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