#1267FF

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

Shades of Dodger Blue #1267FF

Tints of Dodger Blue #1267FF

Color information

#1267FF (or 0x1267FF) is unknown color: approx Dodger Blue. HEX triplet: 12, 67 and FF. RGB value is (18,103,255). Sum of RGB (Red+Green+Blue) = 18+103+255=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1267FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1267FF is #ED9800. Grayscale: #5E5E5E. Windows color (decimal): -15570945 or 16738066. OLE color: 16738066.

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

Color convert

RGB18103255-
CMYK0.930.6000
HSL218.48º100%53.53%-
HSV(B)218.48º92.94%100%-
XYZ23.1517.0596.68-
YUV94.91218.3473.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 67.82%
R=4.79%
G=27.39%
B=67.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181032550.930.6000218.4810053.53
Hex1267FF5D3C00da6436
Octal22147377135740033214466
Binary10010110011111111111101110111110000110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1267FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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