#1A6BFC

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

Shades of Dodger Blue #1A6BFC

Tints of Dodger Blue #1A6BFC

Color information

#1A6BFC (or 0x1A6BFC) is unknown color: approx Dodger Blue. HEX triplet: 1A, 6B and FC. RGB value is (26,107,252). Sum of RGB (Red+Green+Blue) = 26+107+252=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6BFC is #E59403. Grayscale: #626262. Windows color (decimal): -15045636 or 16542490. OLE color: 16542490.

HSL color Cylindrical-coordinate representation of color #1A6BFC: hue angle of 218.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A6BFC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB26107252-
CMYK0.900.5800.01
HSL218.5º97.41%54.51%-
HSV(B)218.5º89.68%98.82%-
XYZ23.2517.7694.3-
YUV99.31214.1675.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.75%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 252 (98.83% from 255) = 65.45%
R=6.75%
G=27.79%
B=65.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal261072520.900.5800.01218.597.4154.51
Hex1A6BFC5A3A01da6137
Octal32153374132720133214167
Binary11010110101111111100101101011101001110110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,107,252); }

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

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

 a { background-color: rgb(26,107,252); }

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

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

 span { border-color: rgb(26,107,252); }

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