#2D7CFC

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

Shades of Dodger Blue #2D7CFC

Tints of Dodger Blue #2D7CFC

Color information

#2D7CFC (or 0x2D7CFC) is unknown color: approx Dodger Blue. HEX triplet: 2D, 7C and FC. RGB value is (45,124,252). Sum of RGB (Red+Green+Blue) = 45+124+252=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D7CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7CFC is #D28303. Grayscale: #727272. Windows color (decimal): -13796100 or 16546861. OLE color: 16546861.

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

Color convert

RGB45124252-
CMYK0.820.5100.01
HSL217.1º97.18%58.24%-
HSV(B)217.1º82.14%98.82%-
XYZ25.862294.98-
YUV114.97205.3378.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.69%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 252 (98.83% from 255) = 59.86%
R=10.69%
G=29.45%
B=59.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal451242520.820.5100.01217.197.1858.24
Hex2D7CFC523301d9613a
Octal55174374122630133114172
Binary101101111110011111100101001011001101110110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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