Html Css Color HEX #2871FF Dodger Blue

📋 copy color: '#2871FF'

red 40 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #2871FF

Tints of Dodger Blue #2871FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 9.8%
G = 27.7%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2871FF (or 0x2871FF) is known color: Dodger Blue. HEX triplet: 28, 71 and FF. RGB value is (40,113,255). Sum of RGB (Red+Green+Blue) = 40+113+255=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2871FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871FF is #D78E00. Grayscale: #6A6A6A. Windows color (decimal): -14126593 or 16740648. OLE color: 16740648.

HSL color Cylindrical-coordinate representation of color #2871FF: hue angle of 219.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2871FF is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 113 255 -
CMYK 0.84 0.56 0 0
HSL 219.63º 1% 0.58% -
HSV(B) 219.63º 0.84% 1% -
XYZ 24.83 19.48 97.06 -
YUV 107.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 40 113 255 0.84 0.56 0 0 219.63 1 0.58
Hex 28 71 FF 54 38 0 0 DC 64 3A
Octal 50 161 377 124 70 0 0 334 144 72
Binary 101000 1110001 11111111 1010100 111000 0 0 11011100 1100100 111010

Color Harmonies of #2871FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871FF

Black with #2871FF

Text Example


Text Example

White with #2871FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2871FF; }

 p { color: rgb(40,113,255); }

 H1.HeaderClassName
 {
   color: #2871FF;
 }
 .AnyTagClassName
 {
   color: #2871FF;
 }
</style>

background-color css

<style>
 a { background-color: #2871FF; }

 a { background-color: rgb(40,113,255); }

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

border-color css

<style>
 span { border-color: #2871FF; }

 span { border-color: rgb(40,113,255); }

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