Html Css Color HEX #2E85EB Dodger Blue

📋 copy color: '#2E85EB'

red 46 ◦ green 133 ◦ blue 235

#2E85EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2E85EB

Tints of Dodger Blue #2E85EB

RGB

 RED value IS 46 (18.36% from 255) = 11.11%

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 11.11%
G = 32.13%
B = 56.76%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E85EB (or 0x2E85EB) is known color: Dodger Blue. HEX triplet: 2E, 85 and EB. RGB value is (46,133,235). Sum of RGB (Red+Green+Blue) = 46+133+235=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E85EB is #D17A14. Grayscale: #767676. Windows color (decimal): -13728277 or 15435054. OLE color: 15435054.

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

Color convert

RGB 46 133 235 -
CMYK 0.80 0.43 0 0.08
HSL 212.38º 0.83% 0.55% -
HSV(B) 212.38º 0.8% 0.92% -
XYZ 24.51 23.35 81.81 -
YUV 118.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 46 133 235 0.80 0.43 0 0.08 212.38 0.83 0.55
Hex 2E 85 EB 50 2B 0 8 D4 53 37
Octal 56 205 353 120 53 0 10 324 123 67
Binary 101110 10000101 11101011 1010000 101011 0 1000 11010100 1010011 110111

Color Harmonies of #2E85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E85EB

Black with #2E85EB

Text Example


Text Example

White with #2E85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,235); }

 H1.HeaderClassName
 {
   color: #2E85EB;
 }
 .AnyTagClassName
 {
   color: #2E85EB;
 }
</style>

background-color css

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

 a { background-color: rgb(46,133,235); }

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

border-color css

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

 span { border-color: rgb(46,133,235); }

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