Html Css Color HEX #2874F1 Royal Blue

📋 copy color: '#2874F1'

red 40 ◦ green 116 ◦ blue 241

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

Shades of Royal Blue #2874F1

Tints of Royal Blue #2874F1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 10.08%
G = 29.22%
B = 60.71%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2874F1 (or 0x2874F1) is known color: Royal Blue. HEX triplet: 28, 74 and F1. RGB value is (40,116,241). Sum of RGB (Red+Green+Blue) = 40+116+241=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #2874F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874F1 is #D78B0E. Grayscale: #6A6A6A. Windows color (decimal): -14125839 or 15823912. OLE color: 15823912.

HSL color Cylindrical-coordinate representation of color #2874F1: hue angle of 217.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2874F1 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 116 241 -
CMYK 0.83 0.52 0 0.05
HSL 217.31º 0.88% 0.55% -
HSV(B) 217.31º 0.83% 0.95% -
XYZ 23 19.29 85.73 -
YUV 107.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 40 116 241 0.83 0.52 0 0.05 217.31 0.88 0.55
Hex 28 74 F1 53 34 0 5 D9 58 37
Octal 50 164 361 123 64 0 5 331 130 67
Binary 101000 1110100 11110001 1010011 110100 0 101 11011001 1011000 110111

Color Harmonies of #2874F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874F1

Black with #2874F1

Text Example


Text Example

White with #2874F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2874F1; }

 p { color: rgb(40,116,241); }

 H1.HeaderClassName
 {
   color: #2874F1;
 }
 .AnyTagClassName
 {
   color: #2874F1;
 }
</style>

background-color css

<style>
 a { background-color: #2874F1; }

 a { background-color: rgb(40,116,241); }

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

border-color css

<style>
 span { border-color: #2874F1; }

 span { border-color: rgb(40,116,241); }

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