#1B7DDF

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

Shades of Dodger Blue #1B7DDF

Tints of Dodger Blue #1B7DDF

Color information

#1B7DDF (or 0x1B7DDF) is unknown color: approx Dodger Blue. HEX triplet: 1B, 7D and DF. RGB value is (27,125,223). Sum of RGB (Red+Green+Blue) = 27+125+223=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DDF is #E48220. Grayscale: #6A6A6A. Windows color (decimal): -14975521 or 14646555. OLE color: 14646555.

HSL color Cylindrical-coordinate representation of color #1B7DDF: hue angle of 210º 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 #1B7DDF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27125223-
CMYK0.880.4400.13
HSL210º78.4%49.02%-
HSV(B)210º87.89%87.45%-
XYZ21.120.2372.6-
YUV106.87193.5371.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.2%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 59.47%
R=7.2%
G=33.33%
B=59.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271252230.880.4400.1321078.449.02
Hex1B7DDF582C0Dd24e31
Octal331753371305401532211661
Binary11011111110111011111101100010110001101110100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,125,223); }

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

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

 a { background-color: rgb(27,125,223); }

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

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

 span { border-color: rgb(27,125,223); }

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