Html Css Color HEX #2883F9 Dodger Blue

📋 copy color: '#2883F9'

red 40 ◦ green 131 ◦ blue 249

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

Shades of Dodger Blue #2883F9

Tints of Dodger Blue #2883F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.29%

R = 9.52%
G = 31.19%
B = 59.29%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2883F9 (or 0x2883F9) is known color: Dodger Blue. HEX triplet: 28, 83 and F9. RGB value is (40,131,249). Sum of RGB (Red+Green+Blue) = 40+131+249=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 249 (97.66% from 255 or 59.29% from 420); Max value from RGB is 249 - color contains mainly: blue. Hex color #2883F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2883F9 is #D77C06. Grayscale: #747474. Windows color (decimal): -14121991 or 16352040. OLE color: 16352040.

HSL color Cylindrical-coordinate representation of color #2883F9: hue angle of 213.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2883F9 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 131 249 -
CMYK 0.84 0.47 0 0.02
HSL 213.88º 0.95% 0.57% -
HSV(B) 213.88º 0.84% 0.98% -
XYZ 26.09 23.52 92.79 -
YUV 117.24 202.35 72.91 -
System Red Green Blue C M Y K H S L
Decimal 40 131 249 0.84 0.47 0 0.02 213.88 0.95 0.57
Hex 28 83 F9 54 2F 0 2 D6 5F 39
Octal 50 203 371 124 57 0 2 326 137 71
Binary 101000 10000011 11111001 1010100 101111 0 10 11010110 1011111 111001

Color Harmonies of #2883F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2883F9

Black with #2883F9

Text Example


Text Example

White with #2883F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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