#1B96F2

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

Shades of Dodger Blue #1B96F2

Tints of Dodger Blue #1B96F2

Color information

#1B96F2 (or 0x1B96F2) is unknown color: approx Dodger Blue. HEX triplet: 1B, 96 and F2. RGB value is (27,150,242). Sum of RGB (Red+Green+Blue) = 27+150+242=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #1B96F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B96F2 is #E4690D. Grayscale: #7B7B7B. Windows color (decimal): -14969102 or 15898139. OLE color: 15898139.

HSL color Cylindrical-coordinate representation of color #1B96F2: hue angle of 205.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B96F2 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB27150242-
CMYK0.890.3800.05
HSL205.67º89.21%52.75%-
HSV(B)205.67º88.84%94.9%-
XYZ27.3928.4688.05-
YUV123.71194.7559.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.44%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 242 (94.92% from 255) = 57.76%
R=6.44%
G=35.80%
B=57.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271502420.890.3800.05205.6789.2152.75
Hex1B96F2592605ce5935
Octal33226362131460531613165
Binary11011100101101111001010110011001100101110011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B96F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,150,242); }

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

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

 a { background-color: rgb(27,150,242); }

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

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

 span { border-color: rgb(27,150,242); }

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