#1B83EE

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

Shades of Dodger Blue #1B83EE

Tints of Dodger Blue #1B83EE

Color information

#1B83EE (or 0x1B83EE) is unknown color: approx Dodger Blue. HEX triplet: 1B, 83 and EE. RGB value is (27,131,238). Sum of RGB (Red+Green+Blue) = 27+131+238=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B83EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B83EE is #E47C11. Grayscale: #6F6F6F. Windows color (decimal): -14973970 or 15631131. OLE color: 15631131.

HSL color Cylindrical-coordinate representation of color #1B83EE: hue angle of 210.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B83EE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB27131238-
CMYK0.890.4500.07
HSL210.43º86.12%51.96%-
HSV(B)210.43º88.66%93.33%-
XYZ2422.6483.99-
YUV112.1199.0467.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.82%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 238 (93.36% from 255) = 60.10%
R=6.82%
G=33.08%
B=60.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal271312380.890.4500.07210.4386.1251.96
Hex1B83EE592D07d25634
Octal33203356131550732212664
Binary11011100000111110111010110011011010111110100101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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