#2F8DE9

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

Shades of Dodger Blue #2F8DE9

Tints of Dodger Blue #2F8DE9

Color information

#2F8DE9 (or 0x2F8DE9) is unknown color: approx Dodger Blue. HEX triplet: 2F, 8D and E9. RGB value is (47,141,233). Sum of RGB (Red+Green+Blue) = 47+141+233=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #2F8DE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8DE9 is #D07216. Grayscale: #7A7A7A. Windows color (decimal): -13660695 or 15306031. OLE color: 15306031.

HSL color Cylindrical-coordinate representation of color #2F8DE9: hue angle of 209.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F8DE9 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB47141233-
CMYK0.800.3900.09
HSL209.68º80.87%54.9%-
HSV(B)209.68º79.83%91.37%-
XYZ25.4125.5480.68-
YUV123.38189.8673.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.16%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 233 (91.41% from 255) = 55.34%
R=11.16%
G=33.49%
B=55.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal471412330.800.3900.09209.6880.8754.9
Hex2F8DE9502709d25137
Octal572153511204701132212167
Binary1011111000110111101001101000010011101001110100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,141,233); }

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

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

 a { background-color: rgb(47,141,233); }

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

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

 span { border-color: rgb(47,141,233); }

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