#2F7EF3

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

Shades of Dodger Blue #2F7EF3

Tints of Dodger Blue #2F7EF3

Color information

#2F7EF3 (or 0x2F7EF3) is unknown color: approx Dodger Blue. HEX triplet: 2F, 7E and F3. RGB value is (47,126,243). Sum of RGB (Red+Green+Blue) = 47+126+243=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #2F7EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7EF3 is #D0810C. Grayscale: #737373. Windows color (decimal): -13664525 or 15957551. OLE color: 15957551.

HSL color Cylindrical-coordinate representation of color #2F7EF3: hue angle of 215.82º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7EF3 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB47126243-
CMYK0.810.4800.05
HSL215.82º89.09%56.86%-
HSV(B)215.82º80.66%95.29%-
XYZ24.812287.73-
YUV115.72199.8378.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.30%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 243 (95.31% from 255) = 58.41%
R=11.30%
G=30.29%
B=58.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal471262430.810.4800.05215.8289.0956.86
Hex2F7EF3513005d85939
Octal57176363121600533013171
Binary10111111111101111001110100011100000101110110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,243); }

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

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

 a { background-color: rgb(47,126,243); }

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

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

 span { border-color: rgb(47,126,243); }

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