Html Css Color HEX #2874EC Royal Blue

📋 copy color: '#2874EC'

red 40 ◦ green 116 ◦ blue 236

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

Shades of Royal Blue #2874EC

Tints of Royal Blue #2874EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 10.2%
G = 29.59%
B = 60.2%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2874EC (or 0x2874EC) is known color: Royal Blue. HEX triplet: 28, 74 and EC. RGB value is (40,116,236). Sum of RGB (Red+Green+Blue) = 40+116+236=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #2874EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874EC is #D78B13. Grayscale: #6A6A6A. Windows color (decimal): -14125844 or 15496232. OLE color: 15496232.

HSL color Cylindrical-coordinate representation of color #2874EC: hue angle of 216.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2874EC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 116 236 -
CMYK 0.83 0.51 0 0.07
HSL 216.73º 0.84% 0.54% -
HSV(B) 216.73º 0.83% 0.93% -
XYZ 22.26 19 81.85 -
YUV 106.96 200.82 80.24 -
System Red Green Blue C M Y K H S L
Decimal 40 116 236 0.83 0.51 0 0.07 216.73 0.84 0.54
Hex 28 74 EC 53 33 0 7 D9 54 36
Octal 50 164 354 123 63 0 7 331 124 66
Binary 101000 1110100 11101100 1010011 110011 0 111 11011001 1010100 110110

Color Harmonies of #2874EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874EC

Black with #2874EC

Text Example


Text Example

White with #2874EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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