#2092EF

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

Shades of Dodger Blue #2092EF

Tints of Dodger Blue #2092EF

Color information

#2092EF (or 0x2092EF) is unknown color: approx Dodger Blue. HEX triplet: 20, 92 and EF. RGB value is (32,146,239). Sum of RGB (Red+Green+Blue) = 32+146+239=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #2092EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2092EF is #DF6D10. Grayscale: #7A7A7A. Windows color (decimal): -14642449 or 15700512. OLE color: 15700512.

HSL color Cylindrical-coordinate representation of color #2092EF: hue angle of 206.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2092EF is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32146239-
CMYK0.870.3900.06
HSL206.96º86.61%53.14%-
HSV(B)206.96º86.61%93.73%-
XYZ26.4527.185.5-
YUV122.52193.7363.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.67%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=7.67%
G=35.01%
B=57.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321462390.870.3900.06206.9686.6153.14
Hex2092EF572706cf5735
Octal40222357127470631712765
Binary100000100100101110111110101111001110110110011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2092EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2092EF; }

 p { color: rgb(32,146,239); }

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

<style>
 a { background-color: #2092EF; }

 a { background-color: rgb(32,146,239); }

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

<style>
 span { border-color: #2092EF; }

 span { border-color: rgb(32,146,239); }

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