#1BACF2

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

Shades of Dodger Blue #1BACF2

Tints of Dodger Blue #1BACF2

Color information

#1BACF2 (or 0x1BACF2) is unknown color: approx Dodger Blue. HEX triplet: 1B, AC and F2. RGB value is (27,172,242). Sum of RGB (Red+Green+Blue) = 27+172+242=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BACF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BACF2 is #E4530D. Grayscale: #888888. Windows color (decimal): -14963470 or 15903771. OLE color: 15903771.

HSL color Cylindrical-coordinate representation of color #1BACF2: hue angle of 199.53º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BACF2 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB27172242-
CMYK0.890.2900.05
HSL199.53º89.21%52.75%-
HSV(B)199.53º88.84%94.9%-
XYZ31.2336.1589.34-
YUV136.62187.4649.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.12%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 242 (94.92% from 255) = 54.88%
R=6.12%
G=39.00%
B=54.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271722420.890.2900.05199.5389.2152.75
Hex1BACF2591D05c85935
Octal33254362131350531013165
Binary1101110101100111100101011001111010101110010001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,172,242); }

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

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

 a { background-color: rgb(27,172,242); }

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

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

 span { border-color: rgb(27,172,242); }

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