#2C7BF1

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

Shades of Dodger Blue #2C7BF1

Tints of Dodger Blue #2C7BF1

Color information

#2C7BF1 (or 0x2C7BF1) is unknown color: approx Dodger Blue. HEX triplet: 2C, 7B and F1. RGB value is (44,123,241). Sum of RGB (Red+Green+Blue) = 44+123+241=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #2C7BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7BF1 is #D3840E. Grayscale: #707070. Windows color (decimal): -13861903 or 15825708. OLE color: 15825708.

HSL color Cylindrical-coordinate representation of color #2C7BF1: hue angle of 215.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C7BF1 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44123241-
CMYK0.820.4900.05
HSL215.94º87.56%55.88%-
HSV(B)215.94º81.74%94.51%-
XYZ2421.0586.02-
YUV112.83200.3378.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.78%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 241 (94.53% from 255) = 59.07%
R=10.78%
G=30.15%
B=59.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal441232410.820.4900.05215.9487.5655.88
Hex2C7BF1523105d85838
Octal54173361122610533013070
Binary10110011110111111000110100101100010101110110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,123,241); }

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

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

 a { background-color: rgb(44,123,241); }

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

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

 span { border-color: rgb(44,123,241); }

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