#1B6DF3

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

Shades of Dodger Blue #1B6DF3

Tints of Dodger Blue #1B6DF3

Color information

#1B6DF3 (or 0x1B6DF3) is unknown color: approx Dodger Blue. HEX triplet: 1B, 6D and F3. RGB value is (27,109,243). Sum of RGB (Red+Green+Blue) = 27+109+243=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #1B6DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6DF3 is #E4920C. Grayscale: #636363. Windows color (decimal): -14979597 or 15953179. OLE color: 15953179.

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

Color convert

RGB27109243-
CMYK0.890.5500.05
HSL217.22º90%52.94%-
HSV(B)217.22º88.89%95.29%-
XYZ22.117.6487.03-
YUV99.76208.8376.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.12%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 243 (95.31% from 255) = 64.12%
R=7.12%
G=28.76%
B=64.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271092430.890.5500.05217.229052.94
Hex1B6DF3593705d95a35
Octal33155363131670533113265
Binary1101111011011111001110110011101110101110110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,109,243); }

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

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

 a { background-color: rgb(27,109,243); }

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

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

 span { border-color: rgb(27,109,243); }

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