#1C84FD

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

Shades of Dodger Blue #1C84FD

Tints of Dodger Blue #1C84FD

Color information

#1C84FD (or 0x1C84FD) is unknown color: approx Dodger Blue. HEX triplet: 1C, 84 and FD. RGB value is (28,132,253). Sum of RGB (Red+Green+Blue) = 28+132+253=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C84FD is #E37B02. Grayscale: #727272. Windows color (decimal): -14908163 or 16614428. OLE color: 16614428.

HSL color Cylindrical-coordinate representation of color #1C84FD: hue angle of 212.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C84FD is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB28132253-
CMYK0.890.4800.01
HSL212.27º98.25%55.1%-
HSV(B)212.27º88.93%99.22%-
XYZ26.4623.8496.14-
YUV114.7206.0466.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.78%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 253 (99.22% from 255) = 61.26%
R=6.78%
G=31.96%
B=61.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal281322530.890.4800.01212.2798.2555.1
Hex1C84FD593001d46237
Octal34204375131600132414267
Binary111001000010011111101101100111000001110101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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