Html Css Color HEX #2899EB Dodger Blue

📋 copy color: '#2899EB'

red 40 ◦ green 153 ◦ blue 235

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

Shades of Dodger Blue #2899EB

Tints of Dodger Blue #2899EB

RGB

 RED value IS 40 (16.02% from 255) = 9.35%

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

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

R = 9.35%
G = 35.75%
B = 54.91%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2899EB (or 0x2899EB) is known color: Dodger Blue. HEX triplet: 28, 99 and EB. RGB value is (40,153,235). Sum of RGB (Red+Green+Blue) = 40+153+235=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #2899EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2899EB is #D76614. Grayscale: #808080. Windows color (decimal): -14116373 or 15440168. OLE color: 15440168.

HSL color Cylindrical-coordinate representation of color #2899EB: hue angle of 205.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2899EB is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 153 235 -
CMYK 0.83 0.35 0 0.08
HSL 205.23º 0.83% 0.54% -
HSV(B) 205.23º 0.83% 0.92% -
XYZ 27.26 29.23 82.8 -
YUV 128.56 188.06 64.83 -
System Red Green Blue C M Y K H S L
Decimal 40 153 235 0.83 0.35 0 0.08 205.23 0.83 0.54
Hex 28 99 EB 53 23 0 8 CD 53 36
Octal 50 231 353 123 43 0 10 315 123 66
Binary 101000 10011001 11101011 1010011 100011 0 1000 11001101 1010011 110110

Color Harmonies of #2899EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2899EB

Black with #2899EB

Text Example


Text Example

White with #2899EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2899EB; }

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

 H1.HeaderClassName
 {
   color: #2899EB;
 }
 .AnyTagClassName
 {
   color: #2899EB;
 }
</style>

background-color css

<style>
 a { background-color: #2899EB; }

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

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

border-color css

<style>
 span { border-color: #2899EB; }

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

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