Html Css Color HEX #2871FD Dodger Blue

📋 copy color: '#2871FD'

red 40 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #2871FD

Tints of Dodger Blue #2871FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 9.85%
G = 27.83%
B = 62.32%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2871FD (or 0x2871FD) is known color: Dodger Blue. HEX triplet: 28, 71 and FD. RGB value is (40,113,253). Sum of RGB (Red+Green+Blue) = 40+113+253=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #2871FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871FD is #D78E02. Grayscale: #6A6A6A. Windows color (decimal): -14126595 or 16609576. OLE color: 16609576.

HSL color Cylindrical-coordinate representation of color #2871FD: hue angle of 219.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2871FD is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 113 253 -
CMYK 0.84 0.55 0 0.01
HSL 219.44º 0.98% 0.57% -
HSV(B) 219.44º 0.84% 0.99% -
XYZ 24.51 19.35 95.37 -
YUV 107.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 40 113 253 0.84 0.55 0 0.01 219.44 0.98 0.57
Hex 28 71 FD 54 37 0 1 DB 62 39
Octal 50 161 375 124 67 0 1 333 142 71
Binary 101000 1110001 11111101 1010100 110111 0 1 11011011 1100010 111001

Color Harmonies of #2871FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871FD

Black with #2871FD

Text Example


Text Example

White with #2871FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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