#1B9BF1

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

Shades of Dodger Blue #1B9BF1

Tints of Dodger Blue #1B9BF1

Color information

#1B9BF1 (or 0x1B9BF1) is unknown color: approx Dodger Blue. HEX triplet: 1B, 9B and F1. RGB value is (27,155,241). Sum of RGB (Red+Green+Blue) = 27+155+241=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B9BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9BF1 is #E4640E. Grayscale: #7E7E7E. Windows color (decimal): -14967823 or 15833883. OLE color: 15833883.

HSL color Cylindrical-coordinate representation of color #1B9BF1: hue angle of 204.11º degrees, saturation: 0.88, 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 #1B9BF1 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB27155241-
CMYK0.890.3600.05
HSL204.11º88.43%52.55%-
HSV(B)204.11º88.8%94.51%-
XYZ28.0530.0387.54-
YUV126.53192.5957.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.38%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 241 (94.53% from 255) = 56.97%
R=6.38%
G=36.64%
B=56.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271552410.890.3600.05204.1188.4352.55
Hex1B9BF1592405cc5835
Octal33233361131440531413065
Binary11011100110111111000110110011001000101110011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,155,241); }

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

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

 a { background-color: rgb(27,155,241); }

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

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

 span { border-color: rgb(27,155,241); }

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