#1281F0

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

Shades of Dodger Blue #1281F0

Tints of Dodger Blue #1281F0

Color information

#1281F0 (or 0x1281F0) is unknown color: approx Dodger Blue. HEX triplet: 12, 81 and F0. RGB value is (18,129,240). Sum of RGB (Red+Green+Blue) = 18+129+240=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #1281F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1281F0 is #ED7E0F. Grayscale: #6B6B6B. Windows color (decimal): -15564304 or 15761682. OLE color: 15761682.

HSL color Cylindrical-coordinate representation of color #1281F0: hue angle of 210º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1281F0 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18129240-
CMYK0.920.4600.06
HSL210º88.1%50.59%-
HSV(B)210º92.5%94.12%-
XYZ23.8322.1285.45-
YUV108.46202.2363.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.65%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 62.02%
R=4.65%
G=33.33%
B=62.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181292400.920.4600.0621088.150.59
Hex1281F05C2E06d25833
Octal22201360134560632213063
Binary10010100000011111000010111001011100110110100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1281F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1281F0; }

 p { color: rgb(18,129,240); }

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

<style>
 a { background-color: #1281F0; }

 a { background-color: rgb(18,129,240); }

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

<style>
 span { border-color: #1281F0; }

 span { border-color: rgb(18,129,240); }

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