#1282E1

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

Shades of Dodger Blue #1282E1

Tints of Dodger Blue #1282E1

Color information

#1282E1 (or 0x1282E1) is unknown color: approx Dodger Blue. HEX triplet: 12, 82 and E1. RGB value is (18,130,225). Sum of RGB (Red+Green+Blue) = 18+130+225=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #1282E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282E1 is #ED7D1E. Grayscale: #6A6A6A. Windows color (decimal): -15564063 or 14778898. OLE color: 14778898.

HSL color Cylindrical-coordinate representation of color #1282E1: hue angle of 207.54º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1282E1 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18130225-
CMYK0.920.4200.12
HSL207.54º85.19%47.65%-
HSV(B)207.54º92%88.24%-
XYZ21.8221.5374.24-
YUV107.34194.3964.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 225 (88.28% from 255) = 60.32%
R=4.83%
G=34.85%
B=60.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181302250.920.4200.12207.5485.1947.65
Hex1282E15C2A0Cd05530
Octal222023411345201432012560
Binary100101000001011100001101110010101001100110100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1282E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1282E1; }

 p { color: rgb(18,130,225); }

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

<style>
 a { background-color: #1282E1; }

 a { background-color: rgb(18,130,225); }

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

<style>
 span { border-color: #1282E1; }

 span { border-color: rgb(18,130,225); }

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