#1C84E9

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

Shades of Dodger Blue #1C84E9

Tints of Dodger Blue #1C84E9

Color information

#1C84E9 (or 0x1C84E9) is unknown color: approx Dodger Blue. HEX triplet: 1C, 84 and E9. RGB value is (28,132,233). Sum of RGB (Red+Green+Blue) = 28+132+233=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C84E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C84E9 is #E37B16. Grayscale: #6F6F6F. Windows color (decimal): -14908183 or 15303708. OLE color: 15303708.

HSL color Cylindrical-coordinate representation of color #1C84E9: hue angle of 209.56º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C84E9 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB28132233-
CMYK0.880.4300.09
HSL209.56º82.33%51.18%-
HSV(B)209.56º87.98%91.37%-
XYZ23.4422.6380.22-
YUV112.42196.0467.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.12%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 233 (91.41% from 255) = 59.29%
R=7.12%
G=33.59%
B=59.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal281322330.880.4300.09209.5682.3351.18
Hex1C84E9582B09d25233
Octal342043511305301132212263
Binary111001000010011101001101100010101101001110100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C84E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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