#2E81F7

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

Shades of Dodger Blue #2E81F7

Tints of Dodger Blue #2E81F7

Color information

#2E81F7 (or 0x2E81F7) is unknown color: approx Dodger Blue. HEX triplet: 2E, 81 and F7. RGB value is (46,129,247). Sum of RGB (Red+Green+Blue) = 46+129+247=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #2E81F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E81F7 is #D17E08. Grayscale: #757575. Windows color (decimal): -13729289 or 16220462. OLE color: 16220462.

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

Color convert

RGB46129247-
CMYK0.810.4800.03
HSL215.22º92.63%57.45%-
HSV(B)215.22º81.38%96.86%-
XYZ25.772391.08-
YUV117.6420176.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.90%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 247 (96.88% from 255) = 58.53%
R=10.90%
G=30.57%
B=58.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal461292470.810.4800.03215.2292.6357.45
Hex2E81F7513003d75d39
Octal56201367121600332713571
Binary10111010000001111101111010001110000011110101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,247); }

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

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

 a { background-color: rgb(46,129,247); }

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

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

 span { border-color: rgb(46,129,247); }

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