#1C84DB

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

Shades of Dodger Blue #1C84DB

Tints of Dodger Blue #1C84DB

Color information

#1C84DB (or 0x1C84DB) is unknown color: approx Dodger Blue. HEX triplet: 1C, 84 and DB. RGB value is (28,132,219). Sum of RGB (Red+Green+Blue) = 28+132+219=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C84DB is #E37B24. Grayscale: #6E6E6E. Windows color (decimal): -14908197 or 14386204. OLE color: 14386204.

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

Color convert

RGB28132219-
CMYK0.870.4000.14
HSL207.33º77.33%48.43%-
HSV(B)207.33º87.21%85.88%-
XYZ21.5221.8670.1-
YUV110.82189.0468.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 219 (85.94% from 255) = 57.78%
R=7.39%
G=34.83%
B=57.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal281322190.870.4000.14207.3377.3348.43
Hex1C84DB57280Ecf4d30
Octal342043331275001631711560
Binary111001000010011011011101011110100001110110011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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