#1284FD

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

Shades of Dodger Blue #1284FD

Tints of Dodger Blue #1284FD

Color information

#1284FD (or 0x1284FD) is unknown color: approx Dodger Blue. HEX triplet: 12, 84 and FD. RGB value is (18,132,253). Sum of RGB (Red+Green+Blue) = 18+132+253=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #1284FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1284FD is #ED7B02. Grayscale: #6F6F6F. Windows color (decimal): -15563523 or 16614418. OLE color: 16614418.

HSL color Cylindrical-coordinate representation of color #1284FD: hue angle of 210.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1284FD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18132253-
CMYK0.930.4800.01
HSL210.89º98.33%53.14%-
HSV(B)210.89º92.89%99.22%-
XYZ26.2323.7296.13-
YUV111.71207.7361.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.47%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 253 (99.22% from 255) = 62.78%
R=4.47%
G=32.75%
B=62.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181322530.930.4800.01210.8998.3353.14
Hex1284FD5D3001d36235
Octal22204375135600132314265
Binary100101000010011111101101110111000001110100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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