#2088F1

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

Shades of Dodger Blue #2088F1

Tints of Dodger Blue #2088F1

Color information

#2088F1 (or 0x2088F1) is unknown color: approx Dodger Blue. HEX triplet: 20, 88 and F1. RGB value is (32,136,241). Sum of RGB (Red+Green+Blue) = 32+136+241=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #2088F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2088F1 is #DF770E. Grayscale: #747474. Windows color (decimal): -14645007 or 15829024. OLE color: 15829024.

HSL color Cylindrical-coordinate representation of color #2088F1: hue angle of 210.14º 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 #2088F1 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB32136241-
CMYK0.870.4400.05
HSL210.14º88.19%53.53%-
HSV(B)210.14º86.72%94.51%-
XYZ25.2824.2786.57-
YUV116.87198.0467.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.82%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=7.82%
G=33.25%
B=58.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321362410.870.4400.05210.1488.1953.53
Hex2088F1572C05d25836
Octal40210361127540532213066
Binary100000100010001111000110101111011000101110100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2088F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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