#1A6CFB

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

Shades of Dodger Blue #1A6CFB

Tints of Dodger Blue #1A6CFB

Color information

#1A6CFB (or 0x1A6CFB) is unknown color: approx Dodger Blue. HEX triplet: 1A, 6C and FB. RGB value is (26,108,251). Sum of RGB (Red+Green+Blue) = 26+108+251=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6CFB is #E59304. Grayscale: #636363. Windows color (decimal): -15045381 or 16477210. OLE color: 16477210.

HSL color Cylindrical-coordinate representation of color #1A6CFB: hue angle of 218.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A6CFB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26108251-
CMYK0.900.5700.02
HSL218.13º96.57%54.31%-
HSV(B)218.13º89.64%98.43%-
XYZ23.217.9193.5-
YUV99.78213.3375.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.75%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 251 (98.44% from 255) = 65.19%
R=6.75%
G=28.05%
B=65.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261082510.900.5700.02218.1396.5754.31
Hex1A6CFB5A3902da6136
Octal32154373132710233214166
Binary110101101100111110111011010111001010110110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,108,251); }

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

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

 a { background-color: rgb(26,108,251); }

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

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

 span { border-color: rgb(26,108,251); }

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