#2B98FE

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

Shades of Dodger Blue #2B98FE

Tints of Dodger Blue #2B98FE

Color information

#2B98FE (or 0x2B98FE) is unknown color: approx Dodger Blue. HEX triplet: 2B, 98 and FE. RGB value is (43,152,254). Sum of RGB (Red+Green+Blue) = 43+152+254=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B98FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B98FE is #D46701. Grayscale: #828282. Windows color (decimal): -13920002 or 16685099. OLE color: 16685099.

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

Color convert

RGB43152254-
CMYK0.830.4000.00
HSL209º99.06%58.24%-
HSV(B)209º83.07%99.61%-
XYZ30.1130.1397.99-
YUV131.04197.3965.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.58%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=9.58%
G=33.85%
B=56.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal431522540.830.4000.0020999.0658.24
Hex2B98FE532800d1633a
Octal53230376123500032114372
Binary1010111001100011111110101001110100000110100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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