#2D89FC

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

Shades of Dodger Blue #2D89FC

Tints of Dodger Blue #2D89FC

Color information

#2D89FC (or 0x2D89FC) is unknown color: approx Dodger Blue. HEX triplet: 2D, 89 and FC. RGB value is (45,137,252). Sum of RGB (Red+Green+Blue) = 45+137+252=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D89FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D89FC is #D27603. Grayscale: #7A7A7A. Windows color (decimal): -13792772 or 16550189. OLE color: 16550189.

HSL color Cylindrical-coordinate representation of color #2D89FC: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D89FC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB45137252-
CMYK0.820.4600.01
HSL213.33º97.18%58.24%-
HSV(B)213.33º82.14%98.82%-
XYZ27.625.4895.56-
YUV122.6201.0272.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.37%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=10.37%
G=31.57%
B=58.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal451372520.820.4600.01213.3397.1858.24
Hex2D89FC522E01d5613a
Octal55211374122560132514172
Binary1011011000100111111100101001010111001110101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,252); }

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

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

 a { background-color: rgb(45,137,252); }

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

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

 span { border-color: rgb(45,137,252); }

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