#2F8BE5

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

Shades of Dodger Blue #2F8BE5

Tints of Dodger Blue #2F8BE5

Color information

#2F8BE5 (or 0x2F8BE5) is unknown color: approx Dodger Blue. HEX triplet: 2F, 8B and E5. RGB value is (47,139,229). Sum of RGB (Red+Green+Blue) = 47+139+229=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F8BE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8BE5 is #D0741A. Grayscale: #797979. Windows color (decimal): -13661211 or 15043375. OLE color: 15043375.

HSL color Cylindrical-coordinate representation of color #2F8BE5: hue angle of 209.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8BE5 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB47139229-
CMYK0.790.3900.10
HSL209.67º77.78%54.12%-
HSV(B)209.67º79.48%89.8%-
XYZ24.5524.7377.61-
YUV121.75188.5274.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.33%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 229 (89.84% from 255) = 55.18%
R=11.33%
G=33.49%
B=55.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471392290.790.3900.10209.6777.7854.12
Hex2F8BE54F270Ad24e36
Octal572133451174701232211666
Binary1011111000101111100101100111110011101010110100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,139,229); }

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

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

 a { background-color: rgb(47,139,229); }

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

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

 span { border-color: rgb(47,139,229); }

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