#1266FF

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

Shades of Dodger Blue #1266FF

Tints of Dodger Blue #1266FF

Color information

#1266FF (or 0x1266FF) is unknown color: approx Dodger Blue. HEX triplet: 12, 66 and FF. RGB value is (18,102,255). Sum of RGB (Red+Green+Blue) = 18+102+255=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #1266FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266FF is #ED9900. Grayscale: #5D5D5D. Windows color (decimal): -15571201 or 16737810. OLE color: 16737810.

HSL color Cylindrical-coordinate representation of color #1266FF: hue angle of 218.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1266FF is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18102255-
CMYK0.930.600
HSL218.73º100%53.53%-
HSV(B)218.73º92.94%100%-
XYZ23.0516.8596.65-
YUV94.33218.6773.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 255 (100% from 255) = 68%
R=4.8%
G=27.2%
B=68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181022550.930.600218.7310053.53
Hex1266FF5D3C00db6436
Octal22146377135740033314466
Binary10010110011011111111101110111110000110110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1266FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1266FF; }

 p { color: rgb(18,102,255); }

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

<style>
 a { background-color: #1266FF; }

 a { background-color: rgb(18,102,255); }

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

<style>
 span { border-color: #1266FF; }

 span { border-color: rgb(18,102,255); }

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