#2081FB

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

Shades of Dodger Blue #2081FB

Tints of Dodger Blue #2081FB

Color information

#2081FB (or 0x2081FB) is unknown color: approx Dodger Blue. HEX triplet: 20, 81 and FB. RGB value is (32,129,251). Sum of RGB (Red+Green+Blue) = 32+129+251=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #2081FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2081FB is #DF7E04. Grayscale: #717171. Windows color (decimal): -14646789 or 16482592. OLE color: 16482592.

HSL color Cylindrical-coordinate representation of color #2081FB: hue angle of 213.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2081FB is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB32129251-
CMYK0.870.4900.02
HSL213.42º96.48%55.49%-
HSV(B)213.42º87.25%98.43%-
XYZ25.8622.9794.34-
YUV113.9205.3669.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.77%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 251 (98.44% from 255) = 60.92%
R=7.77%
G=31.31%
B=60.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal321292510.870.4900.02213.4296.4855.49
Hex2081FB573102d56037
Octal40201373127610232514067
Binary10000010000001111110111010111110001010110101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2081FB; }

 p { color: rgb(32,129,251); }

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

<style>
 a { background-color: #2081FB; }

 a { background-color: rgb(32,129,251); }

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

<style>
 span { border-color: #2081FB; }

 span { border-color: rgb(32,129,251); }

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