#1269FF

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

Shades of Dodger Blue #1269FF

Tints of Dodger Blue #1269FF

Color information

#1269FF (or 0x1269FF) is unknown color: approx Dodger Blue. HEX triplet: 12, 69 and FF. RGB value is (18,105,255). Sum of RGB (Red+Green+Blue) = 18+105+255=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #1269FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1269FF is #ED9600. Grayscale: #5F5F5F. Windows color (decimal): -15570433 or 16738578. OLE color: 16738578.

HSL color Cylindrical-coordinate representation of color #1269FF: hue angle of 217.97º 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 #1269FF is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18105255-
CMYK0.930.5900
HSL217.97º100%53.53%-
HSV(B)217.97º92.94%100%-
XYZ23.3517.4596.75-
YUV96.09217.6872.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.76%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 255 (100% from 255) = 67.46%
R=4.76%
G=27.78%
B=67.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181052550.930.5900217.9710053.53
Hex1269FF5D3B00da6436
Octal22151377135730033214466
Binary10010110100111111111101110111101100110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1269FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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