Html Css Color HEX #2E99EF Dodger Blue

📋 copy color: '#2E99EF'

red 46 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #2E99EF

Tints of Dodger Blue #2E99EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 10.5%
G = 34.93%
B = 54.57%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E99EF (or 0x2E99EF) is known color: Dodger Blue. HEX triplet: 2E, 99 and EF. RGB value is (46,153,239). Sum of RGB (Red+Green+Blue) = 46+153+239=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E99EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E99EF is #D16610. Grayscale: #828282. Windows color (decimal): -13723153 or 15702318. OLE color: 15702318.

HSL color Cylindrical-coordinate representation of color #2E99EF: hue angle of 206.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E99EF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 153 239 -
CMYK 0.81 0.36 0 0.06
HSL 206.74º 0.86% 0.56% -
HSV(B) 206.74º 0.81% 0.94% -
XYZ 28.1 29.6 85.89 -
YUV 130.81 189.05 67.51 -
System Red Green Blue C M Y K H S L
Decimal 46 153 239 0.81 0.36 0 0.06 206.74 0.86 0.56
Hex 2E 99 EF 51 24 0 6 CF 56 38
Octal 56 231 357 121 44 0 6 317 126 70
Binary 101110 10011001 11101111 1010001 100100 0 110 11001111 1010110 111000

Color Harmonies of #2E99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E99EF

Black with #2E99EF

Text Example


Text Example

White with #2E99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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