#2DABFE

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

Shades of Dodger Blue #2DABFE

Tints of Dodger Blue #2DABFE

Color information

#2DABFE (or 0x2DABFE) is unknown color: approx Dodger Blue. HEX triplet: 2D, AB and FE. RGB value is (45,171,254). Sum of RGB (Red+Green+Blue) = 45+171+254=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DABFE is #D25401. Grayscale: #8E8E8E. Windows color (decimal): -13784066 or 16689965. OLE color: 16689965.

HSL color Cylindrical-coordinate representation of color #2DABFE: hue angle of 203.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DABFE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB45171254-
CMYK0.820.3300.00
HSL203.83º99.05%58.63%-
HSV(B)203.83º82.28%99.61%-
XYZ33.5336.8499.11-
YUV142.79190.7658.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.57%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=9.57%
G=36.38%
B=54.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal451712540.820.3300.00203.8399.0558.63
Hex2DABFE522100cc633b
Octal55253376122410031414373
Binary1011011010101111111110101001010000100110011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DABFE; }

 p { color: rgb(45,171,254); }

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

<style>
 a { background-color: #2DABFE; }

 a { background-color: rgb(45,171,254); }

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

<style>
 span { border-color: #2DABFE; }

 span { border-color: rgb(45,171,254); }

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