Html Css Color HEX #2883EA Dodger Blue

📋 copy color: '#2883EA'

red 40 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #2883EA

Tints of Dodger Blue #2883EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 9.88%
G = 32.35%
B = 57.78%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2883EA (or 0x2883EA) is known color: Dodger Blue. HEX triplet: 28, 83 and EA. RGB value is (40,131,234). Sum of RGB (Red+Green+Blue) = 40+131+234=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #2883EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2883EA is #D77C15. Grayscale: #737373. Windows color (decimal): -14122006 or 15369000. OLE color: 15369000.

HSL color Cylindrical-coordinate representation of color #2883EA: hue angle of 211.86º degrees, saturation: 0.82, 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 #2883EA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 131 234 -
CMYK 0.83 0.44 0 0.08
HSL 211.86º 0.82% 0.54% -
HSV(B) 211.86º 0.83% 0.92% -
XYZ 23.84 22.62 80.95 -
YUV 115.53 194.85 74.12 -
System Red Green Blue C M Y K H S L
Decimal 40 131 234 0.83 0.44 0 0.08 211.86 0.82 0.54
Hex 28 83 EA 53 2C 0 8 D4 52 36
Octal 50 203 352 123 54 0 10 324 122 66
Binary 101000 10000011 11101010 1010011 101100 0 1000 11010100 1010010 110110

Color Harmonies of #2883EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2883EA

Black with #2883EA

Text Example


Text Example

White with #2883EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,131,234); }

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

background-color css

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

 a { background-color: rgb(40,131,234); }

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

border-color css

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

 span { border-color: rgb(40,131,234); }

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