#1284E1

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

Shades of Dodger Blue #1284E1

Tints of Dodger Blue #1284E1

Color information

#1284E1 (or 0x1284E1) is unknown color: approx Dodger Blue. HEX triplet: 12, 84 and E1. RGB value is (18,132,225). Sum of RGB (Red+Green+Blue) = 18+132+225=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #1284E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284E1 is #ED7B1E. Grayscale: #6C6C6C. Windows color (decimal): -15563551 or 14779410. OLE color: 14779410.

HSL color Cylindrical-coordinate representation of color #1284E1: hue angle of 206.96º 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 #1284E1 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18132225-
CMYK0.920.4100.12
HSL206.96º85.19%47.65%-
HSV(B)206.96º92%88.24%-
XYZ22.0922.0774.33-
YUV108.52193.7363.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 225 (88.28% from 255) = 60%
R=4.8%
G=35.2%
B=60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181322250.920.4100.12206.9685.1947.65
Hex1284E15C290Ccf5530
Octal222043411345101431712560
Binary100101000010011100001101110010100101100110011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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