#2F94EA

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

Shades of Dodger Blue #2F94EA

Tints of Dodger Blue #2F94EA

Color information

#2F94EA (or 0x2F94EA) is unknown color: approx Dodger Blue. HEX triplet: 2F, 94 and EA. RGB value is (47,148,234). Sum of RGB (Red+Green+Blue) = 47+148+234=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F94EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F94EA is #D06B15. Grayscale: #7F7F7F. Windows color (decimal): -13658902 or 15373359. OLE color: 15373359.

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

Color convert

RGB47148234-
CMYK0.800.3700.08
HSL207.59º81.66%55.1%-
HSV(B)207.59º79.91%91.76%-
XYZ26.6127.7281.79-
YUV127.6188.0470.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.96%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=10.96%
G=34.50%
B=54.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal471482340.800.3700.08207.5981.6655.1
Hex2F94EA502508d05237
Octal572243521204501032012267
Binary1011111001010011101010101000010010101000110100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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