Html Css Color HEX #2886EB Dodger Blue

📋 copy color: '#2886EB'

red 40 ◦ green 134 ◦ blue 235

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

Shades of Dodger Blue #2886EB

Tints of Dodger Blue #2886EB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 9.78%
G = 32.76%
B = 57.46%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2886EB (or 0x2886EB) is known color: Dodger Blue. HEX triplet: 28, 86 and EB. RGB value is (40,134,235). Sum of RGB (Red+Green+Blue) = 40+134+235=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #2886EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2886EB is #D77914. Grayscale: #747474. Windows color (decimal): -14121237 or 15435304. OLE color: 15435304.

HSL color Cylindrical-coordinate representation of color #2886EB: hue angle of 211.08º 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 #2886EB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 134 235 -
CMYK 0.83 0.43 0 0.08
HSL 211.08º 0.83% 0.54% -
HSV(B) 211.08º 0.83% 0.92% -
XYZ 24.4 23.5 81.85 -
YUV 117.41 194.36 72.79 -
System Red Green Blue C M Y K H S L
Decimal 40 134 235 0.83 0.43 0 0.08 211.08 0.83 0.54
Hex 28 86 EB 53 2B 0 8 D3 53 36
Octal 50 206 353 123 53 0 10 323 123 66
Binary 101000 10000110 11101011 1010011 101011 0 1000 11010011 1010011 110110

Color Harmonies of #2886EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2886EB

Black with #2886EB

Text Example


Text Example

White with #2886EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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