#1C8ADC

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

Shades of Dodger Blue #1C8ADC

Tints of Dodger Blue #1C8ADC

Color information

#1C8ADC (or 0x1C8ADC) is unknown color: approx Dodger Blue. HEX triplet: 1C, 8A and DC. RGB value is (28,138,220). Sum of RGB (Red+Green+Blue) = 28+138+220=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ADC is #E37523. Grayscale: #727272. Windows color (decimal): -14906660 or 14453276. OLE color: 14453276.

HSL color Cylindrical-coordinate representation of color #1C8ADC: hue angle of 205.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8ADC is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB28138220-
CMYK0.870.3700.14
HSL205.62º77.42%48.63%-
HSV(B)205.62º87.27%86.27%-
XYZ22.4923.5971.08-
YUV114.46187.5666.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 220 (86.33% from 255) = 56.99%
R=7.25%
G=35.75%
B=56.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal281382200.870.3700.14205.6277.4248.63
Hex1C8ADC57250Ece4d31
Octal342123341274501631611561
Binary111001000101011011100101011110010101110110011101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,138,220); }

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

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

 a { background-color: rgb(28,138,220); }

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

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

 span { border-color: rgb(28,138,220); }

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