Html Css Color HEX #297EDC Royal Blue

📋 copy color: '#297EDC'

red 41 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #297EDC

Tints of Royal Blue #297EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

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

R = 10.59%
G = 32.56%
B = 56.85%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#297EDC (or 0x297EDC) is known color: Royal Blue. HEX triplet: 29, 7E and DC. RGB value is (41,126,220). Sum of RGB (Red+Green+Blue) = 41+126+220=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #297EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EDC is #D68123. Grayscale: #6E6E6E. Windows color (decimal): -14057764 or 14450217. OLE color: 14450217.

HSL color Cylindrical-coordinate representation of color #297EDC: hue angle of 211.51º 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 #297EDC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 126 220 -
CMYK 0.81 0.43 0 0.14
HSL 211.51º 0.72% 0.51% -
HSV(B) 211.51º 0.81% 0.86% -
XYZ 21.29 20.56 70.56 -
YUV 111.3 189.34 77.86 -
System Red Green Blue C M Y K H S L
Decimal 41 126 220 0.81 0.43 0 0.14 211.51 0.72 0.51
Hex 29 7E DC 51 2B 0 E D4 48 33
Octal 51 176 334 121 53 0 16 324 110 63
Binary 101001 1111110 11011100 1010001 101011 0 1110 11010100 1001000 110011

Color Harmonies of #297EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EDC

Black with #297EDC

Text Example


Text Example

White with #297EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297EDC; }

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

 H1.HeaderClassName
 {
   color: #297EDC;
 }
 .AnyTagClassName
 {
   color: #297EDC;
 }
</style>

background-color css

<style>
 a { background-color: #297EDC; }

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

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

border-color css

<style>
 span { border-color: #297EDC; }

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

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