Html Css Color HEX #297EDD Royal Blue

📋 copy color: '#297EDD'

red 41 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #297EDD

Tints of Royal Blue #297EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 10.57%
G = 32.47%
B = 56.96%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297EDD (or 0x297EDD) is known color: Royal Blue. HEX triplet: 29, 7E and DD. RGB value is (41,126,221). Sum of RGB (Red+Green+Blue) = 41+126+221=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #297EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EDD is #D68122. Grayscale: #6E6E6E. Windows color (decimal): -14057763 or 14515753. OLE color: 14515753.

HSL color Cylindrical-coordinate representation of color #297EDD: hue angle of 211.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297EDD is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 126 221 -
CMYK 0.81 0.43 0 0.13
HSL 211.67º 0.73% 0.51% -
HSV(B) 211.67º 0.81% 0.87% -
XYZ 21.43 20.61 71.26 -
YUV 111.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 41 126 221 0.81 0.43 0 0.13 211.67 0.73 0.51
Hex 29 7E DD 51 2B 0 D D4 49 33
Octal 51 176 335 121 53 0 15 324 111 63
Binary 101001 1111110 11011101 1010001 101011 0 1101 11010100 1001001 110011

Color Harmonies of #297EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EDD

Black with #297EDD

Text Example


Text Example

White with #297EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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