#2F89E5

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

Shades of Dodger Blue #2F89E5

Tints of Dodger Blue #2F89E5

Color information

#2F89E5 (or 0x2F89E5) is unknown color: approx Dodger Blue. HEX triplet: 2F, 89 and E5. RGB value is (47,137,229). Sum of RGB (Red+Green+Blue) = 47+137+229=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F89E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F89E5 is #D0761A. Grayscale: #787878. Windows color (decimal): -13661723 or 15042863. OLE color: 15042863.

HSL color Cylindrical-coordinate representation of color #2F89E5: hue angle of 210.33º 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 #2F89E5 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB47137229-
CMYK0.790.4000.10
HSL210.33º77.78%54.12%-
HSV(B)210.33º79.48%89.8%-
XYZ24.2624.1577.51-
YUV120.58189.1875.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.38%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 229 (89.84% from 255) = 55.45%
R=11.38%
G=33.17%
B=55.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471372290.790.4000.10210.3377.7854.12
Hex2F89E54F280Ad24e36
Octal572113451175001232211666
Binary1011111000100111100101100111110100001010110100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F89E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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