Html Css Color HEX #2880EE Dodger Blue

📋 copy color: '#2880EE'

red 40 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #2880EE

Tints of Dodger Blue #2880EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

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

R = 9.85%
G = 31.53%
B = 58.62%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2880EE (or 0x2880EE) is known color: Dodger Blue. HEX triplet: 28, 80 and EE. RGB value is (40,128,238). Sum of RGB (Red+Green+Blue) = 40+128+238=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #2880EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2880EE is #D77F11. Grayscale: #717171. Windows color (decimal): -14122770 or 15630376. OLE color: 15630376.

HSL color Cylindrical-coordinate representation of color #2880EE: hue angle of 213.33º 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 #2880EE is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 128 238 -
CMYK 0.83 0.46 0 0.07
HSL 213.33º 0.85% 0.55% -
HSV(B) 213.33º 0.83% 0.93% -
XYZ 24.03 22.06 83.88 -
YUV 114.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 40 128 238 0.83 0.46 0 0.07 213.33 0.85 0.55
Hex 28 80 EE 53 2E 0 7 D5 55 37
Octal 50 200 356 123 56 0 7 325 125 67
Binary 101000 10000000 11101110 1010011 101110 0 111 11010101 1010101 110111

Color Harmonies of #2880EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2880EE

Black with #2880EE

Text Example


Text Example

White with #2880EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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