#2F7FEA

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

Shades of Dodger Blue #2F7FEA

Tints of Dodger Blue #2F7FEA

Color information

#2F7FEA (or 0x2F7FEA) is unknown color: approx Dodger Blue. HEX triplet: 2F, 7F and EA. RGB value is (47,127,234). Sum of RGB (Red+Green+Blue) = 47+127+234=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F7FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FEA is #D08015. Grayscale: #727272. Windows color (decimal): -13664278 or 15367983. OLE color: 15367983.

HSL color Cylindrical-coordinate representation of color #2F7FEA: hue angle of 214.33º 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 #2F7FEA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB47127234-
CMYK0.800.4600.08
HSL214.33º81.66%55.1%-
HSV(B)214.33º79.91%91.76%-
XYZ23.6121.7280.79-
YUV115.2819579.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.52%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 234 (91.80% from 255) = 57.35%
R=11.52%
G=31.13%
B=57.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471272340.800.4600.08214.3381.6655.1
Hex2F7FEA502E08d65237
Octal571773521205601032612267
Binary101111111111111101010101000010111001000110101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,127,234); }

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

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

 a { background-color: rgb(47,127,234); }

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

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

 span { border-color: rgb(47,127,234); }

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