Html Css Color HEX #2888EE Dodger Blue

📋 copy color: '#2888EE'

red 40 ◦ green 136 ◦ blue 238

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

Shades of Dodger Blue #2888EE

Tints of Dodger Blue #2888EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 9.66%
G = 32.85%
B = 57.49%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2888EE (or 0x2888EE) is known color: Dodger Blue. HEX triplet: 28, 88 and EE. RGB value is (40,136,238). Sum of RGB (Red+Green+Blue) = 40+136+238=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #2888EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888EE is #D77711. Grayscale: #767676. Windows color (decimal): -14120722 or 15632424. OLE color: 15632424.

HSL color Cylindrical-coordinate representation of color #2888EE: hue angle of 210.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2888EE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 136 238 -
CMYK 0.83 0.43 0 0.07
HSL 210.91º 0.85% 0.55% -
HSV(B) 210.91º 0.83% 0.93% -
XYZ 25.11 24.23 84.24 -
YUV 118.92 195.2 71.71 -
System Red Green Blue C M Y K H S L
Decimal 40 136 238 0.83 0.43 0 0.07 210.91 0.85 0.55
Hex 28 88 EE 53 2B 0 7 D3 55 37
Octal 50 210 356 123 53 0 7 323 125 67
Binary 101000 10001000 11101110 1010011 101011 0 111 11010011 1010101 110111

Color Harmonies of #2888EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2888EE

Black with #2888EE

Text Example


Text Example

White with #2888EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2888EE; }

 p { color: rgb(40,136,238); }

 H1.HeaderClassName
 {
   color: #2888EE;
 }
 .AnyTagClassName
 {
   color: #2888EE;
 }
</style>

background-color css

<style>
 a { background-color: #2888EE; }

 a { background-color: rgb(40,136,238); }

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

border-color css

<style>
 span { border-color: #2888EE; }

 span { border-color: rgb(40,136,238); }

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