#1990E3

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

Shades of Dodger Blue #1990E3

Tints of Dodger Blue #1990E3

Color information

#1990E3 (or 0x1990E3) is unknown color: approx Dodger Blue. HEX triplet: 19, 90 and E3. RGB value is (25,144,227). Sum of RGB (Red+Green+Blue) = 25+144+227=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 227 (89.06% from 255 or 57.32% from 396); Max value from RGB is 227 - color contains mainly: blue. Hex color #1990E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990E3 is #E66F1C. Grayscale: #757575. Windows color (decimal): -15101725 or 14913561. OLE color: 14913561.

HSL color Cylindrical-coordinate representation of color #1990E3: hue angle of 204.65º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1990E3 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB25144227-
CMYK0.890.3700.11
HSL204.65º80.16%49.41%-
HSV(B)204.65º88.99%89.02%-
XYZ24.2425.776.36-
YUV117.88189.5861.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.31%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 227 (89.06% from 255) = 57.32%
R=6.31%
G=36.36%
B=57.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal251442270.890.3700.11204.6580.1649.41
Hex1990E359250Bcd5031
Octal312203431314501331512061
Binary110011001000011100011101100110010101011110011011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1990E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1990E3; }

 p { color: rgb(25,144,227); }

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

<style>
 a { background-color: #1990E3; }

 a { background-color: rgb(25,144,227); }

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

<style>
 span { border-color: #1990E3; }

 span { border-color: rgb(25,144,227); }

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