#2F89EB

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

Shades of Dodger Blue #2F89EB

Tints of Dodger Blue #2F89EB

Color information

#2F89EB (or 0x2F89EB) is unknown color: approx Dodger Blue. HEX triplet: 2F, 89 and EB. RGB value is (47,137,235). Sum of RGB (Red+Green+Blue) = 47+137+235=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F89EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F89EB is #D07614. Grayscale: #787878. Windows color (decimal): -13661717 or 15436079. OLE color: 15436079.

HSL color Cylindrical-coordinate representation of color #2F89EB: hue angle of 211.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F89EB is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB47137235-
CMYK0.80.4200.08
HSL211.28º82.46%55.29%-
HSV(B)211.28º80%92.16%-
XYZ25.1124.4982-
YUV121.26192.1875.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.22%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 235 (92.19% from 255) = 56.09%
R=11.22%
G=32.70%
B=56.09%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471372350.80.4200.08211.2882.4655.29
Hex2F89EB502A08d35237
Octal572113531205201032312267
Binary1011111000100111101011101000010101001000110100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,137,235); }

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

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

 a { background-color: rgb(47,137,235); }

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

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

 span { border-color: rgb(47,137,235); }

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