#2B8CF7

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

Shades of Dodger Blue #2B8CF7

Tints of Dodger Blue #2B8CF7

Color information

#2B8CF7 (or 0x2B8CF7) is unknown color: approx Dodger Blue. HEX triplet: 2B, 8C and F7. RGB value is (43,140,247). Sum of RGB (Red+Green+Blue) = 43+140+247=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #2B8CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8CF7 is #D47308. Grayscale: #7A7A7A. Windows color (decimal): -13923081 or 16223275. OLE color: 16223275.

HSL color Cylindrical-coordinate representation of color #2B8CF7: hue angle of 211.47º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B8CF7 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB43140247-
CMYK0.830.4300.03
HSL211.47º92.73%56.86%-
HSV(B)211.47º82.59%96.86%-
XYZ27.1625.9991.58-
YUV123.2197.8670.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 247 (96.88% from 255) = 57.44%
R=10%
G=32.56%
B=57.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal431402470.830.4300.03211.4792.7356.86
Hex2B8CF7532B03d35d39
Octal53214367123530332313571
Binary10101110001100111101111010011101011011110100111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,247); }

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

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

 a { background-color: rgb(43,140,247); }

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

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

 span { border-color: rgb(43,140,247); }

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