Html Css Color HEX #2874EB Royal Blue

📋 copy color: '#2874EB'

red 40 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #2874EB

Tints of Royal Blue #2874EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 10.23%
G = 29.67%
B = 60.1%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2874EB (or 0x2874EB) is known color: Royal Blue. HEX triplet: 28, 74 and EB. RGB value is (40,116,235). Sum of RGB (Red+Green+Blue) = 40+116+235=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #2874EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874EB is #D78B14. Grayscale: #6A6A6A. Windows color (decimal): -14125845 or 15430696. OLE color: 15430696.

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

Color convert

RGB 40 116 235 -
CMYK 0.83 0.51 0 0.08
HSL 216.62º 0.83% 0.54% -
HSV(B) 216.62º 0.83% 0.92% -
XYZ 22.12 18.94 81.09 -
YUV 106.84 200.32 80.32 -
System Red Green Blue C M Y K H S L
Decimal 40 116 235 0.83 0.51 0 0.08 216.62 0.83 0.54
Hex 28 74 EB 53 33 0 8 D9 53 36
Octal 50 164 353 123 63 0 10 331 123 66
Binary 101000 1110100 11101011 1010011 110011 0 1000 11011001 1010011 110110

Color Harmonies of #2874EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874EB

Black with #2874EB

Text Example


Text Example

White with #2874EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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