Html Css Color HEX #2884FB Dodger Blue

📋 copy color: '#2884FB'

red 40 ◦ green 132 ◦ blue 251

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

Shades of Dodger Blue #2884FB

Tints of Dodger Blue #2884FB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 9.46%
G = 31.21%
B = 59.34%

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

#2884FB (or 0x2884FB) is known color: Dodger Blue. HEX triplet: 28, 84 and FB. RGB value is (40,132,251). Sum of RGB (Red+Green+Blue) = 40+132+251=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #2884FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2884FB is #D77B04. Grayscale: #757575. Windows color (decimal): -14121733 or 16483368. OLE color: 16483368.

HSL color Cylindrical-coordinate representation of color #2884FB: hue angle of 213.84º degrees, saturation: 0.96, 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 #2884FB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 132 251 -
CMYK 0.84 0.47 0 0.02
HSL 213.84º 0.96% 0.57% -
HSV(B) 213.84º 0.84% 0.98% -
XYZ 26.54 23.92 94.48 -
YUV 118.06 203.02 72.32 -
System Red Green Blue C M Y K H S L
Decimal 40 132 251 0.84 0.47 0 0.02 213.84 0.96 0.57
Hex 28 84 FB 54 2F 0 2 D6 60 39
Octal 50 204 373 124 57 0 2 326 140 71
Binary 101000 10000100 11111011 1010100 101111 0 10 11010110 1100000 111001

Color Harmonies of #2884FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2884FB

Black with #2884FB

Text Example


Text Example

White with #2884FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2884FB; }

 p { color: rgb(40,132,251); }

 H1.HeaderClassName
 {
   color: #2884FB;
 }
 .AnyTagClassName
 {
   color: #2884FB;
 }
</style>

background-color css

<style>
 a { background-color: #2884FB; }

 a { background-color: rgb(40,132,251); }

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

border-color css

<style>
 span { border-color: #2884FB; }

 span { border-color: rgb(40,132,251); }

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