#2C7CF0

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

Shades of Dodger Blue #2C7CF0

Tints of Dodger Blue #2C7CF0

Color information

#2C7CF0 (or 0x2C7CF0) is unknown color: approx Dodger Blue. HEX triplet: 2C, 7C and F0. RGB value is (44,124,240). Sum of RGB (Red+Green+Blue) = 44+124+240=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #2C7CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7CF0 is #D3830F. Grayscale: #707070. Windows color (decimal): -13861648 or 15760428. OLE color: 15760428.

HSL color Cylindrical-coordinate representation of color #2C7CF0: hue angle of 215.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C7CF0 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB44124240-
CMYK0.820.4800.06
HSL215.51º86.73%55.69%-
HSV(B)215.51º81.67%94.12%-
XYZ23.9721.2485.27-
YUV113.3199.578.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.78%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 240 (94.14% from 255) = 58.82%
R=10.78%
G=30.39%
B=58.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal441242400.820.4800.06215.5186.7355.69
Hex2C7CF0523006d85738
Octal54174360122600633012770
Binary10110011111001111000010100101100000110110110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,240); }

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

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

 a { background-color: rgb(44,124,240); }

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

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

 span { border-color: rgb(44,124,240); }

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