Html Css Color HEX #2874DC Royal Blue

📋 copy color: '#2874DC'

red 40 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #2874DC

Tints of Royal Blue #2874DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 10.64%
G = 30.85%
B = 58.51%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2874DC (or 0x2874DC) is known color: Royal Blue. HEX triplet: 28, 74 and DC. RGB value is (40,116,220). Sum of RGB (Red+Green+Blue) = 40+116+220=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #2874DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874DC is #D78B23. Grayscale: #686868. Windows color (decimal): -14125860 or 14447656. OLE color: 14447656.

HSL color Cylindrical-coordinate representation of color #2874DC: hue angle of 214.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2874DC is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 116 220 -
CMYK 0.82 0.47 0 0.14
HSL 214.67º 0.72% 0.51% -
HSV(B) 214.67º 0.82% 0.86% -
XYZ 20.04 18.11 70.15 -
YUV 105.13 192.82 81.54 -
System Red Green Blue C M Y K H S L
Decimal 40 116 220 0.82 0.47 0 0.14 214.67 0.72 0.51
Hex 28 74 DC 52 2F 0 E D7 48 33
Octal 50 164 334 122 57 0 16 327 110 63
Binary 101000 1110100 11011100 1010010 101111 0 1110 11010111 1001000 110011

Color Harmonies of #2874DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874DC

Black with #2874DC

Text Example


Text Example

White with #2874DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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