#1C6DFF

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

Shades of Dodger Blue #1C6DFF

Tints of Dodger Blue #1C6DFF

Color information

#1C6DFF (or 0x1C6DFF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 6D and FF. RGB value is (28,109,255). Sum of RGB (Red+Green+Blue) = 28+109+255=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C6DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6DFF is #E39200. Grayscale: #646464. Windows color (decimal): -14914049 or 16739612. OLE color: 16739612.

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

Color convert

RGB28109255-
CMYK0.890.5700
HSL218.59º100%55.49%-
HSV(B)218.59º89.02%100%-
XYZ2418.496.9-
YUV101.42214.6675.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.14%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 65.05%
R=7.14%
G=27.81%
B=65.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal281092550.890.5700218.5910055.49
Hex1C6DFF593900db6437
Octal34155377131710033314467
Binary11100110110111111111101100111100100110110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,109,255); }

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

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

 a { background-color: rgb(28,109,255); }

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

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

 span { border-color: rgb(28,109,255); }

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