#2B96FE

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

Shades of Dodger Blue #2B96FE

Tints of Dodger Blue #2B96FE

Color information

#2B96FE (or 0x2B96FE) is unknown color: approx Dodger Blue. HEX triplet: 2B, 96 and FE. RGB value is (43,150,254). Sum of RGB (Red+Green+Blue) = 43+150+254=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B96FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B96FE is #D46901. Grayscale: #818181. Windows color (decimal): -13920514 or 16684587. OLE color: 16684587.

HSL color Cylindrical-coordinate representation of color #2B96FE: hue angle of 209.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B96FE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB43150254-
CMYK0.830.4100.00
HSL209.57º99.06%58.24%-
HSV(B)209.57º83.07%99.61%-
XYZ29.7929.4897.89-
YUV129.86198.0566.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.62%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=9.62%
G=33.56%
B=56.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal431502540.830.4100.00209.5799.0658.24
Hex2B96FE532900d2633a
Octal53226376123510032214372
Binary1010111001011011111110101001110100100110100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B96FE; }

 p { color: rgb(43,150,254); }

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

<style>
 a { background-color: #2B96FE; }

 a { background-color: rgb(43,150,254); }

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

<style>
 span { border-color: #2B96FE; }

 span { border-color: rgb(43,150,254); }

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