#1B98EB

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

Shades of Dodger Blue #1B98EB

Tints of Dodger Blue #1B98EB

Color information

#1B98EB (or 0x1B98EB) is unknown color: approx Dodger Blue. HEX triplet: 1B, 98 and EB. RGB value is (27,152,235). Sum of RGB (Red+Green+Blue) = 27+152+235=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B98EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B98EB is #E46714. Grayscale: #7B7B7B. Windows color (decimal): -14968597 or 15439899. OLE color: 15439899.

HSL color Cylindrical-coordinate representation of color #1B98EB: hue angle of 203.94º 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 #1B98EB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB27152235-
CMYK0.890.3500.08
HSL203.94º83.87%51.37%-
HSV(B)203.94º88.51%92.16%-
XYZ26.6828.6982.73-
YUV124.09190.5958.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.52%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 235 (92.19% from 255) = 56.76%
R=6.52%
G=36.71%
B=56.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal271522350.890.3500.08203.9483.8751.37
Hex1B98EB592308cc5433
Octal332303531314301031412463
Binary110111001100011101011101100110001101000110011001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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