#1BA6F6

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

Shades of Dodger Blue #1BA6F6

Tints of Dodger Blue #1BA6F6

Color information

#1BA6F6 (or 0x1BA6F6) is unknown color: approx Dodger Blue. HEX triplet: 1B, A6 and F6. RGB value is (27,166,246). Sum of RGB (Red+Green+Blue) = 27+166+246=439 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.15% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #1BA6F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA6F6 is #E45909. Grayscale: #858585. Windows color (decimal): -14965002 or 16164379. OLE color: 16164379.

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

Color convert

RGB27166246-
CMYK0.890.3300.04
HSL201.92º92.41%53.53%-
HSV(B)201.92º89.02%96.47%-
XYZ30.7234.1692.16-
YUV133.56191.4552-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.15%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 246 (96.48% from 255) = 56.04%
R=6.15%
G=37.81%
B=56.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal271662460.890.3300.04201.9292.4153.53
Hex1BA6F6592104ca5c36
Octal33246366131410431213466
Binary11011101001101111011010110011000010100110010101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,166,246); }

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

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

 a { background-color: rgb(27,166,246); }

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

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

 span { border-color: rgb(27,166,246); }

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