Html Css Color HEX #2988EA Dodger Blue

📋 copy color: '#2988EA'

red 41 ◦ green 136 ◦ blue 234

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

Shades of Dodger Blue #2988EA

Tints of Dodger Blue #2988EA

RGB

 RED value IS 41 (16.41% from 255) = 9.98%

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 9.98%
G = 33.09%
B = 56.93%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2988EA (or 0x2988EA) is known color: Dodger Blue. HEX triplet: 29, 88 and EA. RGB value is (41,136,234). Sum of RGB (Red+Green+Blue) = 41+136+234=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #2988EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2988EA is #D67715. Grayscale: #767676. Windows color (decimal): -14055190 or 15370281. OLE color: 15370281.

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

Color convert

RGB 41 136 234 -
CMYK 0.82 0.42 0 0.08
HSL 210.47º 0.82% 0.54% -
HSV(B) 210.47º 0.82% 0.92% -
XYZ 24.57 24.02 81.18 -
YUV 118.77 193.03 72.53 -
System Red Green Blue C M Y K H S L
Decimal 41 136 234 0.82 0.42 0 0.08 210.47 0.82 0.54
Hex 29 88 EA 52 2A 0 8 D2 52 36
Octal 51 210 352 122 52 0 10 322 122 66
Binary 101001 10001000 11101010 1010010 101010 0 1000 11010010 1010010 110110

Color Harmonies of #2988EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2988EA

Black with #2988EA

Text Example


Text Example

White with #2988EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2988EA; }

 p { color: rgb(41,136,234); }

 H1.HeaderClassName
 {
   color: #2988EA;
 }
 .AnyTagClassName
 {
   color: #2988EA;
 }
</style>

background-color css

<style>
 a { background-color: #2988EA; }

 a { background-color: rgb(41,136,234); }

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

border-color css

<style>
 span { border-color: #2988EA; }

 span { border-color: rgb(41,136,234); }

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