#1C84DD

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

Shades of Dodger Blue #1C84DD

Tints of Dodger Blue #1C84DD

Color information

#1C84DD (or 0x1C84DD) is unknown color: approx Dodger Blue. HEX triplet: 1C, 84 and DD. RGB value is (28,132,221). Sum of RGB (Red+Green+Blue) = 28+132+221=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C84DD is #E37B22. Grayscale: #6E6E6E. Windows color (decimal): -14908195 or 14517276. OLE color: 14517276.

HSL color Cylindrical-coordinate representation of color #1C84DD: hue angle of 207.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C84DD is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28132221-
CMYK0.870.4000.13
HSL207.67º77.51%48.82%-
HSV(B)207.67º87.33%86.67%-
XYZ21.7821.9771.5-
YUV111.05190.0468.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.35%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=7.35%
G=34.65%
B=58.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281322210.870.4000.13207.6777.5148.82
Hex1C84DD57280Dd04e31
Octal342043351275001532011661
Binary111001000010011011101101011110100001101110100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,221); }

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

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

 a { background-color: rgb(28,132,221); }

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

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

 span { border-color: rgb(28,132,221); }

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