#1499F2

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

Shades of Dodger Blue #1499F2

Tints of Dodger Blue #1499F2

Color information

#1499F2 (or 0x1499F2) is unknown color: approx Dodger Blue. HEX triplet: 14, 99 and F2. RGB value is (20,153,242). Sum of RGB (Red+Green+Blue) = 20+153+242=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #1499F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1499F2 is #EB660D. Grayscale: #7A7A7A. Windows color (decimal): -15427086 or 15898900. OLE color: 15898900.

HSL color Cylindrical-coordinate representation of color #1499F2: hue angle of 204.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1499F2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20153242-
CMYK0.920.3700.05
HSL204.05º89.52%51.37%-
HSV(B)204.05º91.74%94.9%-
XYZ27.7129.3488.21-
YUV123.38194.9454.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.82%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 242 (94.92% from 255) = 58.31%
R=4.82%
G=36.87%
B=58.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201532420.920.3700.05204.0589.5251.37
Hex1499F25C2505cc5a33
Octal24231362134450531413263
Binary10100100110011111001010111001001010101110011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1499F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1499F2; }

 p { color: rgb(20,153,242); }

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

<style>
 a { background-color: #1499F2; }

 a { background-color: rgb(20,153,242); }

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

<style>
 span { border-color: #1499F2; }

 span { border-color: rgb(20,153,242); }

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