Html Css Color HEX #2E99EB Dodger Blue

📋 copy color: '#2E99EB'

red 46 ◦ green 153 ◦ blue 235

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

Shades of Dodger Blue #2E99EB

Tints of Dodger Blue #2E99EB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

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

R = 10.6%
G = 35.25%
B = 54.15%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E99EB (or 0x2E99EB) is known color: Dodger Blue. HEX triplet: 2E, 99 and EB. RGB value is (46,153,235). Sum of RGB (Red+Green+Blue) = 46+153+235=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E99EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E99EB is #D16614. Grayscale: #818181. Windows color (decimal): -13723157 or 15440174. OLE color: 15440174.

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

Color convert

RGB 46 153 235 -
CMYK 0.80 0.35 0 0.08
HSL 206.03º 0.83% 0.55% -
HSV(B) 206.03º 0.8% 0.92% -
XYZ 27.51 29.36 82.81 -
YUV 130.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 46 153 235 0.80 0.35 0 0.08 206.03 0.83 0.55
Hex 2E 99 EB 50 23 0 8 CE 53 37
Octal 56 231 353 120 43 0 10 316 123 67
Binary 101110 10011001 11101011 1010000 100011 0 1000 11001110 1010011 110111

Color Harmonies of #2E99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E99EB

Black with #2E99EB

Text Example


Text Example

White with #2E99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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