#1199F3

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

Shades of Dodger Blue #1199F3

Tints of Dodger Blue #1199F3

Color information

#1199F3 (or 0x1199F3) is unknown color: approx Dodger Blue. HEX triplet: 11, 99 and F3. RGB value is (17,153,243). Sum of RGB (Red+Green+Blue) = 17+153+243=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #1199F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1199F3 is #EE660C. Grayscale: #7A7A7A. Windows color (decimal): -15623693 or 15964433. OLE color: 15964433.

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

Color convert

RGB17153243-
CMYK0.930.3700.05
HSL203.89º90.4%50.98%-
HSV(B)203.89º93%95.29%-
XYZ27.829.3789-
YUV122.6195.9452.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.12%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 243 (95.31% from 255) = 58.84%
R=4.12%
G=37.05%
B=58.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171532430.930.3700.05203.8990.450.98
Hex1199F35D2505cc5a33
Octal21231363135450531413263
Binary10001100110011111001110111011001010101110011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1199F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1199F3; }

 p { color: rgb(17,153,243); }

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

<style>
 a { background-color: #1199F3; }

 a { background-color: rgb(17,153,243); }

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

<style>
 span { border-color: #1199F3; }

 span { border-color: rgb(17,153,243); }

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