#2B97FE

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

Shades of Dodger Blue #2B97FE

Tints of Dodger Blue #2B97FE

Color information

#2B97FE (or 0x2B97FE) is unknown color: approx Dodger Blue. HEX triplet: 2B, 97 and FE. RGB value is (43,151,254). Sum of RGB (Red+Green+Blue) = 43+151+254=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B97FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B97FE is #D46801. Grayscale: #818181. Windows color (decimal): -13920258 or 16684843. OLE color: 16684843.

HSL color Cylindrical-coordinate representation of color #2B97FE: hue angle of 209.29º 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 #2B97FE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB43151254-
CMYK0.830.4100.00
HSL209.29º99.06%58.24%-
HSV(B)209.29º83.07%99.61%-
XYZ29.9529.897.94-
YUV130.45197.7265.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.60%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=9.60%
G=33.71%
B=56.70%

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
Decimal431512540.830.4100.00209.2999.0658.24
Hex2B97FE532900d1633a
Octal53227376123510032114372
Binary1010111001011111111110101001110100100110100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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