#2F8BF9

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

Shades of Dodger Blue #2F8BF9

Tints of Dodger Blue #2F8BF9

Color information

#2F8BF9 (or 0x2F8BF9) is unknown color: approx Dodger Blue. HEX triplet: 2F, 8B and F9. RGB value is (47,139,249). Sum of RGB (Red+Green+Blue) = 47+139+249=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F8BF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8BF9 is #D07406. Grayscale: #7B7B7B. Windows color (decimal): -13661191 or 16354095. OLE color: 16354095.

HSL color Cylindrical-coordinate representation of color #2F8BF9: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8BF9 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB47139249-
CMYK0.810.4400.02
HSL212.67º94.39%58.04%-
HSV(B)212.67º81.12%97.65%-
XYZ27.525.9193.17-
YUV124.03198.5273.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.80%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=10.80%
G=31.95%
B=57.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal471392490.810.4400.02212.6794.3958.04
Hex2F8BF9512C02d55e3a
Octal57213371121540232513672
Binary10111110001011111110011010001101100010110101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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