Html Css Color HEX #2974DB Royal Blue

📋 copy color: '#2974DB'

red 41 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #2974DB

Tints of Royal Blue #2974DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 10.9%
G = 30.85%
B = 58.24%

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

#2974DB (or 0x2974DB) is known color: Royal Blue. HEX triplet: 29, 74 and DB. RGB value is (41,116,219). Sum of RGB (Red+Green+Blue) = 41+116+219=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2974DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2974DB is #D68B24. Grayscale: #686868. Windows color (decimal): -14060325 or 14382121. OLE color: 14382121.

HSL color Cylindrical-coordinate representation of color #2974DB: hue angle of 214.72º degrees, saturation: 0.71, 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 #2974DB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 116 219 -
CMYK 0.81 0.47 0 0.14
HSL 214.72º 0.71% 0.51% -
HSV(B) 214.72º 0.81% 0.86% -
XYZ 19.95 18.08 69.46 -
YUV 105.32 192.15 82.12 -
System Red Green Blue C M Y K H S L
Decimal 41 116 219 0.81 0.47 0 0.14 214.72 0.71 0.51
Hex 29 74 DB 51 2F 0 E D7 47 33
Octal 51 164 333 121 57 0 16 327 107 63
Binary 101001 1110100 11011011 1010001 101111 0 1110 11010111 1000111 110011

Color Harmonies of #2974DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2974DB

Black with #2974DB

Text Example


Text Example

White with #2974DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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