#1B86DD

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

Shades of Dodger Blue #1B86DD

Tints of Dodger Blue #1B86DD

Color information

#1B86DD (or 0x1B86DD) is unknown color: approx Dodger Blue. HEX triplet: 1B, 86 and DD. RGB value is (27,134,221). Sum of RGB (Red+Green+Blue) = 27+134+221=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B86DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B86DD is #E47922. Grayscale: #6F6F6F. Windows color (decimal): -14973219 or 14517787. OLE color: 14517787.

HSL color Cylindrical-coordinate representation of color #1B86DD: hue angle of 206.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B86DD is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27134221-
CMYK0.880.3900.13
HSL206.91º78.23%48.63%-
HSV(B)206.91º87.78%86.67%-
XYZ22.0322.571.59-
YUV111.92189.5567.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.07%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 221 (86.72% from 255) = 57.85%
R=7.07%
G=35.08%
B=57.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271342210.880.3900.13206.9178.2348.63
Hex1B86DD58270Dcf4e31
Octal332063351304701531711661
Binary110111000011011011101101100010011101101110011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,134,221); }

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

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

 a { background-color: rgb(27,134,221); }

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

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

 span { border-color: rgb(27,134,221); }

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