Html Css Color HEX #2974DC Royal Blue

📋 copy color: '#2974DC'

red 41 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #2974DC

Tints of Royal Blue #2974DC

RGB

 RED value IS 41 (16.41% from 255) = 10.88%

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

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

R = 10.88%
G = 30.77%
B = 58.36%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2974DC (or 0x2974DC) is known color: Royal Blue. HEX triplet: 29, 74 and DC. RGB value is (41,116,220). Sum of RGB (Red+Green+Blue) = 41+116+220=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2974DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2974DC is #D68B23. Grayscale: #686868. Windows color (decimal): -14060324 or 14447657. OLE color: 14447657.

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

Color convert

RGB 41 116 220 -
CMYK 0.81 0.47 0 0.14
HSL 214.86º 0.72% 0.51% -
HSV(B) 214.86º 0.81% 0.86% -
XYZ 20.08 18.13 70.15 -
YUV 105.43 192.65 82.04 -
System Red Green Blue C M Y K H S L
Decimal 41 116 220 0.81 0.47 0 0.14 214.86 0.72 0.51
Hex 29 74 DC 51 2F 0 E D7 48 33
Octal 51 164 334 121 57 0 16 327 110 63
Binary 101001 1110100 11011100 1010001 101111 0 1110 11010111 1001000 110011

Color Harmonies of #2974DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2974DC

Black with #2974DC

Text Example


Text Example

White with #2974DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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