#1C7AEC

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

Shades of Dodger Blue #1C7AEC

Tints of Dodger Blue #1C7AEC

Color information

#1C7AEC (or 0x1C7AEC) is unknown color: approx Dodger Blue. HEX triplet: 1C, 7A and EC. RGB value is (28,122,236). Sum of RGB (Red+Green+Blue) = 28+122+236=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C7AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7AEC is #E38513. Grayscale: #6A6A6A. Windows color (decimal): -14910740 or 15497756. OLE color: 15497756.

HSL color Cylindrical-coordinate representation of color #1C7AEC: hue angle of 212.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7AEC is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB28122236-
CMYK0.880.4800.07
HSL212.88º84.55%51.76%-
HSV(B)212.88º88.14%92.55%-
XYZ22.5820.2282.07-
YUV106.89200.8671.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 236 (92.58% from 255) = 61.14%
R=7.25%
G=31.61%
B=61.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal281222360.880.4800.07212.8884.5551.76
Hex1C7AEC583007d55534
Octal34172354130600732512564
Binary1110011110101110110010110001100000111110101011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7AEC; }

 p { color: rgb(28,122,236); }

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

<style>
 a { background-color: #1C7AEC; }

 a { background-color: rgb(28,122,236); }

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

<style>
 span { border-color: #1C7AEC; }

 span { border-color: rgb(28,122,236); }

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