#2D99FC

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

Shades of Dodger Blue #2D99FC

Tints of Dodger Blue #2D99FC

Color information

#2D99FC (or 0x2D99FC) is unknown color: approx Dodger Blue. HEX triplet: 2D, 99 and FC. RGB value is (45,153,252). Sum of RGB (Red+Green+Blue) = 45+153+252=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D99FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D99FC is #D26603. Grayscale: #838383. Windows color (decimal): -13788676 or 16554285. OLE color: 16554285.

HSL color Cylindrical-coordinate representation of color #2D99FC: hue angle of 208.7º 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 #2D99FC is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB45153252-
CMYK0.820.3900.01
HSL208.7º97.18%58.24%-
HSV(B)208.7º82.14%98.82%-
XYZ30.0430.3796.37-
YUV131.99195.7265.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 252 (98.83% from 255) = 56%
R=10%
G=34%
B=56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal451532520.820.3900.01208.797.1858.24
Hex2D99FC522701d1613a
Octal55231374122470132114172
Binary1011011001100111111100101001010011101110100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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