#1B83DD

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

Shades of Dodger Blue #1B83DD

Tints of Dodger Blue #1B83DD

Color information

#1B83DD (or 0x1B83DD) is unknown color: approx Dodger Blue. HEX triplet: 1B, 83 and DD. RGB value is (27,131,221). Sum of RGB (Red+Green+Blue) = 27+131+221=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B83DD is #E47C22. Grayscale: #6D6D6D. Windows color (decimal): -14973987 or 14517019. OLE color: 14517019.

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

Color convert

RGB27131221-
CMYK0.880.4100.13
HSL207.84º78.23%48.63%-
HSV(B)207.84º87.78%86.67%-
XYZ21.6221.6971.45-
YUV110.16190.5468.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.12%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=7.12%
G=34.56%
B=58.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271312210.880.4100.13207.8478.2348.63
Hex1B83DD58290Dd04e31
Octal332033351305101532011661
Binary110111000001111011101101100010100101101110100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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