#1B96DC

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

Shades of Dodger Blue #1B96DC

Tints of Dodger Blue #1B96DC

Color information

#1B96DC (or 0x1B96DC) is unknown color: approx Dodger Blue. HEX triplet: 1B, 96 and DC. RGB value is (27,150,220). Sum of RGB (Red+Green+Blue) = 27+150+220=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B96DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B96DC is #E46923. Grayscale: #787878. Windows color (decimal): -14969124 or 14456347. OLE color: 14456347.

HSL color Cylindrical-coordinate representation of color #1B96DC: hue angle of 201.76º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B96DC is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB27150220-
CMYK0.880.3200.14
HSL201.76º78.14%48.43%-
HSV(B)201.76º87.73%86.27%-
XYZ24.2827.2171.68-
YUV121.2183.7560.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.80%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=6.80%
G=37.78%
B=55.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal271502200.880.3200.14201.7678.1448.43
Hex1B96DC58200Eca4e30
Octal332263341304001631211660
Binary110111001011011011100101100010000001110110010101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,150,220); }

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

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

 a { background-color: rgb(27,150,220); }

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

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

 span { border-color: rgb(27,150,220); }

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