Html Css Color HEX #2871DF Royal Blue

📋 copy color: '#2871DF'

red 40 ◦ green 113 ◦ blue 223

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

Shades of Royal Blue #2871DF

Tints of Royal Blue #2871DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 10.64%
G = 30.05%
B = 59.31%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2871DF (or 0x2871DF) is known color: Royal Blue. HEX triplet: 28, 71 and DF. RGB value is (40,113,223). Sum of RGB (Red+Green+Blue) = 40+113+223=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #2871DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871DF is #D78E20. Grayscale: #676767. Windows color (decimal): -14126625 or 14643496. OLE color: 14643496.

HSL color Cylindrical-coordinate representation of color #2871DF: hue angle of 216.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2871DF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 113 223 -
CMYK 0.82 0.49 0 0.13
HSL 216.07º 0.74% 0.52% -
HSV(B) 216.07º 0.82% 0.87% -
XYZ 20.1 17.59 72.15 -
YUV 103.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 40 113 223 0.82 0.49 0 0.13 216.07 0.74 0.52
Hex 28 71 DF 52 31 0 D D8 4A 34
Octal 50 161 337 122 61 0 15 330 112 64
Binary 101000 1110001 11011111 1010010 110001 0 1101 11011000 1001010 110100

Color Harmonies of #2871DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871DF

Black with #2871DF

Text Example


Text Example

White with #2871DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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