#2C7EF9

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

Shades of Dodger Blue #2C7EF9

Tints of Dodger Blue #2C7EF9

Color information

#2C7EF9 (or 0x2C7EF9) is unknown color: approx Dodger Blue. HEX triplet: 2C, 7E and F9. RGB value is (44,126,249). Sum of RGB (Red+Green+Blue) = 44+126+249=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #2C7EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7EF9 is #D38106. Grayscale: #727272. Windows color (decimal): -13861127 or 16350764. OLE color: 16350764.

HSL color Cylindrical-coordinate representation of color #2C7EF9: hue angle of 216º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C7EF9 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44126249-
CMYK0.820.4900.02
HSL216º94.47%57.45%-
HSV(B)216º82.33%97.65%-
XYZ25.622.392.58-
YUV115.5203.3377-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 249 (97.66% from 255) = 59.43%
R=10.50%
G=30.07%
B=59.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441262490.820.4900.0221694.4757.45
Hex2C7EF9523102d85e39
Octal54176371122610233013671
Binary1011001111110111110011010010110001010110110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,126,249); }

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

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

 a { background-color: rgb(44,126,249); }

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

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

 span { border-color: rgb(44,126,249); }

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