#1C84F2

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

Shades of Dodger Blue #1C84F2

Tints of Dodger Blue #1C84F2

Color information

#1C84F2 (or 0x1C84F2) is unknown color: approx Dodger Blue. HEX triplet: 1C, 84 and F2. RGB value is (28,132,242). Sum of RGB (Red+Green+Blue) = 28+132+242=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #1C84F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C84F2 is #E37B0D. Grayscale: #707070. Windows color (decimal): -14908174 or 15893532. OLE color: 15893532.

HSL color Cylindrical-coordinate representation of color #1C84F2: hue angle of 210.84º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C84F2 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28132242-
CMYK0.880.4500.05
HSL210.84º89.17%52.94%-
HSV(B)210.84º88.43%94.9%-
XYZ24.7623.1687.17-
YUV113.44200.5467.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.97%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 242 (94.92% from 255) = 60.20%
R=6.97%
G=32.84%
B=60.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281322420.880.4500.05210.8489.1752.94
Hex1C84F2582D05d35935
Octal34204362130550532313165
Binary11100100001001111001010110001011010101110100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C84F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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