#2089F1

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

Shades of Dodger Blue #2089F1

Tints of Dodger Blue #2089F1

Color information

#2089F1 (or 0x2089F1) is unknown color: approx Dodger Blue. HEX triplet: 20, 89 and F1. RGB value is (32,137,241). Sum of RGB (Red+Green+Blue) = 32+137+241=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #2089F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2089F1 is #DF760E. Grayscale: #747474. Windows color (decimal): -14644751 or 15829280. OLE color: 15829280.

HSL color Cylindrical-coordinate representation of color #2089F1: hue angle of 209.86º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2089F1 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB32137241-
CMYK0.870.4300.05
HSL209.86º88.19%53.53%-
HSV(B)209.86º86.72%94.51%-
XYZ25.4224.5586.62-
YUV117.46197.7167.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.80%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=7.80%
G=33.41%
B=58.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321372410.870.4300.05209.8688.1953.53
Hex2089F1572B05d25836
Octal40211361127530532213066
Binary100000100010011111000110101111010110101110100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2089F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2089F1; }

 p { color: rgb(32,137,241); }

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

<style>
 a { background-color: #2089F1; }

 a { background-color: rgb(32,137,241); }

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

<style>
 span { border-color: #2089F1; }

 span { border-color: rgb(32,137,241); }

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