#2E95FF

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

Shades of Dodger Blue #2E95FF

Tints of Dodger Blue #2E95FF

Color information

#2E95FF (or 0x2E95FF) is unknown color: approx Dodger Blue. HEX triplet: 2E, 95 and FF. RGB value is (46,149,255). Sum of RGB (Red+Green+Blue) = 46+149+255=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E95FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E95FF is #D16A00. Grayscale: #818181. Windows color (decimal): -13724161 or 16749870. OLE color: 16749870.

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

Color convert

RGB46149255-
CMYK0.820.4200
HSL210.43º100%59.02%-
HSV(B)210.43º81.96%100%-
XYZ29.9229.398.69-
YUV130.29198.3867.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.22%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 56.67%
R=10.22%
G=33.11%
B=56.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461492550.820.4200210.4310059.02
Hex2E95FF522A00d2643b
Octal56225377122520032214473
Binary1011101001010111111111101001010101000110100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,149,255); }

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

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

 a { background-color: rgb(46,149,255); }

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

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

 span { border-color: rgb(46,149,255); }

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