#2093FC

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

Shades of Dodger Blue #2093FC

Tints of Dodger Blue #2093FC

Color information

#2093FC (or 0x2093FC) is unknown color: approx Dodger Blue. HEX triplet: 20, 93 and FC. RGB value is (32,147,252). Sum of RGB (Red+Green+Blue) = 32+147+252=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #2093FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2093FC is #DF6C03. Grayscale: #7C7C7C. Windows color (decimal): -14642180 or 16552736. OLE color: 16552736.

HSL color Cylindrical-coordinate representation of color #2093FC: hue angle of 208.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2093FC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB32147252-
CMYK0.870.4200.01
HSL208.64º97.35%55.69%-
HSV(B)208.64º87.3%98.82%-
XYZ28.628.296.03-
YUV124.58199.961.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.42%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 252 (98.83% from 255) = 58.47%
R=7.42%
G=34.11%
B=58.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal321472520.870.4200.01208.6497.3555.69
Hex2093FC572A01d16138
Octal40223374127520132114170
Binary1000001001001111111100101011110101001110100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2093FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2093FC; }

 p { color: rgb(32,147,252); }

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

<style>
 a { background-color: #2093FC; }

 a { background-color: rgb(32,147,252); }

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

<style>
 span { border-color: #2093FC; }

 span { border-color: rgb(32,147,252); }

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