#2E81FE

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

Shades of Dodger Blue #2E81FE

Tints of Dodger Blue #2E81FE

Color information

#2E81FE (or 0x2E81FE) is unknown color: approx Dodger Blue. HEX triplet: 2E, 81 and FE. RGB value is (46,129,254). Sum of RGB (Red+Green+Blue) = 46+129+254=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E81FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E81FE is #D17E01. Grayscale: #757575. Windows color (decimal): -13729282 or 16679214. OLE color: 16679214.

HSL color Cylindrical-coordinate representation of color #2E81FE: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E81FE is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB46129254-
CMYK0.820.4900.00
HSL216.06º99.05%58.82%-
HSV(B)216.06º81.89%99.61%-
XYZ26.8723.4496.87-
YUV118.43204.576.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.72%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 254 (99.61% from 255) = 59.21%
R=10.72%
G=30.07%
B=59.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal461292540.820.4900.00216.0699.0558.82
Hex2E81FE523100d8633b
Octal56201376122610033014373
Binary1011101000000111111110101001011000100110110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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