#1B8AEB

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

Shades of Dodger Blue #1B8AEB

Tints of Dodger Blue #1B8AEB

Color information

#1B8AEB (or 0x1B8AEB) is unknown color: approx Dodger Blue. HEX triplet: 1B, 8A and EB. RGB value is (27,138,235). Sum of RGB (Red+Green+Blue) = 27+138+235=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B8AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8AEB is #E47514. Grayscale: #737373. Windows color (decimal): -14972181 or 15436315. OLE color: 15436315.

HSL color Cylindrical-coordinate representation of color #1B8AEB: hue angle of 207.98º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8AEB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB27138235-
CMYK0.890.4100.08
HSL207.98º83.87%51.37%-
HSV(B)207.98º88.51%92.16%-
XYZ24.5424.4182.02-
YUV115.87195.2364.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.75%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=6.75%
G=34.5%
B=58.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal271382350.890.4100.08207.9883.8751.37
Hex1B8AEB592908d05433
Octal332123531315101032012463
Binary110111000101011101011101100110100101000110100001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,138,235); }

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

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

 a { background-color: rgb(27,138,235); }

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

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

 span { border-color: rgb(27,138,235); }

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