#1BA9F5

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

Shades of Dodger Blue #1BA9F5

Tints of Dodger Blue #1BA9F5

Color information

#1BA9F5 (or 0x1BA9F5) is unknown color: approx Dodger Blue. HEX triplet: 1B, A9 and F5. RGB value is (27,169,245). Sum of RGB (Red+Green+Blue) = 27+169+245=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #1BA9F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA9F5 is #E4560A. Grayscale: #868686. Windows color (decimal): -14964235 or 16099611. OLE color: 16099611.

HSL color Cylindrical-coordinate representation of color #1BA9F5: hue angle of 200.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA9F5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB27169245-
CMYK0.890.3100.04
HSL200.92º91.6%53.33%-
HSV(B)200.92º88.98%96.08%-
XYZ31.1235.291.54-
YUV135.21189.9650.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.12%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=6.12%
G=38.32%
B=55.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal271692450.890.3100.04200.9291.653.33
Hex1BA9F5591F04c95c35
Octal33251365131370431113465
Binary1101110101001111101011011001111110100110010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA9F5; }

 p { color: rgb(27,169,245); }

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

<style>
 a { background-color: #1BA9F5; }

 a { background-color: rgb(27,169,245); }

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

<style>
 span { border-color: #1BA9F5; }

 span { border-color: rgb(27,169,245); }

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