#1283E1

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

Shades of Dodger Blue #1283E1

Tints of Dodger Blue #1283E1

Color information

#1283E1 (or 0x1283E1) is unknown color: approx Dodger Blue. HEX triplet: 12, 83 and E1. RGB value is (18,131,225). Sum of RGB (Red+Green+Blue) = 18+131+225=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #1283E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1283E1 is #ED7C1E. Grayscale: #6B6B6B. Windows color (decimal): -15563807 or 14779154. OLE color: 14779154.

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

Color convert

RGB18131225-
CMYK0.920.4200.12
HSL207.25º85.19%47.65%-
HSV(B)207.25º92%88.24%-
XYZ21.9621.874.28-
YUV107.93194.0663.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.81%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 225 (88.28% from 255) = 60.16%
R=4.81%
G=35.03%
B=60.16%

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
Decimal181312250.920.4200.12207.2585.1947.65
Hex1283E15C2A0Ccf5530
Octal222033411345201431712560
Binary100101000001111100001101110010101001100110011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1283E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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