#2B7EE8

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

Shades of Dodger Blue #2B7EE8

Tints of Dodger Blue #2B7EE8

Color information

#2B7EE8 (or 0x2B7EE8) is unknown color: approx Dodger Blue. HEX triplet: 2B, 7E and E8. RGB value is (43,126,232). Sum of RGB (Red+Green+Blue) = 43+126+232=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B7EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7EE8 is #D48117. Grayscale: #707070. Windows color (decimal): -13926680 or 15236651. OLE color: 15236651.

HSL color Cylindrical-coordinate representation of color #2B7EE8: hue angle of 213.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7EE8 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB43126232-
CMYK0.810.4600.09
HSL213.65º80.43%53.92%-
HSV(B)213.65º81.47%90.98%-
XYZ23.0221.2679.23-
YUV113.2719577.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.72%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 232 (91.02% from 255) = 57.86%
R=10.72%
G=31.42%
B=57.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal431262320.810.4600.09213.6580.4353.92
Hex2B7EE8512E09d65036
Octal531763501215601132612066
Binary101011111111011101000101000110111001001110101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,232); }

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

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

 a { background-color: rgb(43,126,232); }

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

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

 span { border-color: rgb(43,126,232); }

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