#20b1fb

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

Shades of Dodger Blue #20B1FB

Tints of Dodger Blue #20B1FB

Color information

#20B1FB (or 0x20B1FB) is unknown color: approx Dodger Blue. HEX triplet: 20, B1 and FB. RGB value is (32,177,251). Sum of RGB (Red+Green+Blue) = 32+177+251=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #20B1FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20B1FB is #DF4E04. Grayscale: #8D8D8D. Windows color (decimal): -14634501 or 16494880. OLE color: 16494880.

HSL color Cylindrical-coordinate representation of color #20B1FB: hue angle of 200.27º 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 #20B1FB is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB32177251-
CMYK0.870.2900.02
HSL200.27º96.48%55.49%-
HSV(B)200.27º87.25%98.43%-
XYZ33.7338.7296.96-
YUV142.08189.4649.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.96%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 251 (98.44% from 255) = 54.57%
R=6.96%
G=38.48%
B=54.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal321772510.870.2900.02200.2796.4855.49
Hex20B1FB571D02c86037
Octal40261373127350231014067
Binary1000001011000111111011101011111101010110010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20b1fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20b1fb; }

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

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

<style>
 a { background-color: #20b1fb; }

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

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

<style>
 span { border-color: #20b1fb; }

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

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