#1C6EFA

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

Shades of Dodger Blue #1C6EFA

Tints of Dodger Blue #1C6EFA

Color information

#1C6EFA (or 0x1C6EFA) is unknown color: approx Dodger Blue. HEX triplet: 1C, 6E and FA. RGB value is (28,110,250). Sum of RGB (Red+Green+Blue) = 28+110+250=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C6EFA is #E39105. Grayscale: #646464. Windows color (decimal): -14913798 or 16412188. OLE color: 16412188.

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

Color convert

RGB28110250-
CMYK0.890.5600.02
HSL217.84º95.69%54.51%-
HSV(B)217.84º88.8%98.04%-
XYZ23.3118.392.75-
YUV101.44211.8375.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.22%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 250 (98.05% from 255) = 64.43%
R=7.22%
G=28.35%
B=64.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal281102500.890.5600.02217.8495.6954.51
Hex1C6EFA593802da6037
Octal34156372131700233214067
Binary111001101110111110101011001111000010110110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,250); }

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

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

 a { background-color: rgb(28,110,250); }

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

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

 span { border-color: rgb(28,110,250); }

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