#2b7bef

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

Shades of Dodger Blue #2B7BEF

Tints of Dodger Blue #2B7BEF

Color information

#2B7BEF (or 0x2B7BEF) is unknown color: approx Dodger Blue. HEX triplet: 2B, 7B and EF. RGB value is (43,123,239). Sum of RGB (Red+Green+Blue) = 43+123+239=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B7BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7BEF is #D48410. Grayscale: #6F6F6F. Windows color (decimal): -13927441 or 15694635. OLE color: 15694635.

HSL color Cylindrical-coordinate representation of color #2B7BEF: hue angle of 215.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B7BEF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43123239-
CMYK0.820.4900.06
HSL215.51º85.96%55.29%-
HSV(B)215.51º82.01%93.73%-
XYZ23.6620.9184.45-
YUV112.3199.578.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.62%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 239 (93.75% from 255) = 59.01%
R=10.62%
G=30.37%
B=59.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431232390.820.4900.06215.5185.9655.29
Hex2B7BEF523106d85637
Octal53173357122610633012667
Binary10101111110111110111110100101100010110110110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,123,239); }

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

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

 a { background-color: rgb(43,123,239); }

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

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

 span { border-color: rgb(43,123,239); }

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