#2F9AF6

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

Shades of Dodger Blue #2F9AF6

Tints of Dodger Blue #2F9AF6

Color information

#2F9AF6 (or 0x2F9AF6) is unknown color: approx Dodger Blue. HEX triplet: 2F, 9A and F6. RGB value is (47,154,246). Sum of RGB (Red+Green+Blue) = 47+154+246=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F9AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9AF6 is #D06509. Grayscale: #848484. Windows color (decimal): -13657354 or 16161327. OLE color: 16161327.

HSL color Cylindrical-coordinate representation of color #2F9AF6: hue angle of 207.74º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F9AF6 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB47154246-
CMYK0.810.3700.04
HSL207.74º91.71%57.45%-
HSV(B)207.74º80.89%96.47%-
XYZ29.3630.3791.5-
YUV132.5192.0567.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.51%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 246 (96.48% from 255) = 55.03%
R=10.51%
G=34.45%
B=55.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal471542460.810.3700.04207.7491.7157.45
Hex2F9AF6512504d05c39
Octal57232366121450432013471
Binary101111100110101111011010100011001010100110100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,154,246); }

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

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

 a { background-color: rgb(47,154,246); }

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

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

 span { border-color: rgb(47,154,246); }

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