#1B83F9

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

Shades of Dodger Blue #1B83F9

Tints of Dodger Blue #1B83F9

Color information

#1B83F9 (or 0x1B83F9) is unknown color: approx Dodger Blue. HEX triplet: 1B, 83 and F9. RGB value is (27,131,249). Sum of RGB (Red+Green+Blue) = 27+131+249=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #1B83F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B83F9 is #E47C06. Grayscale: #707070. Windows color (decimal): -14973959 or 16352027. OLE color: 16352027.

HSL color Cylindrical-coordinate representation of color #1B83F9: hue angle of 211.89º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B83F9 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB27131249-
CMYK0.890.4700.02
HSL211.89º94.87%54.12%-
HSV(B)211.89º89.16%97.65%-
XYZ25.6723.3192.77-
YUV113.36204.5466.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.63%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 249 (97.66% from 255) = 61.18%
R=6.63%
G=32.19%
B=61.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal271312490.890.4700.02211.8994.8754.12
Hex1B83F9592F02d45f36
Octal33203371131570232413766
Binary1101110000011111110011011001101111010110101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B83F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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