Html Css Color HEX #297EDB Royal Blue

📋 copy color: '#297EDB'

red 41 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #297EDB

Tints of Royal Blue #297EDB

RGB

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

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

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

R = 10.62%
G = 32.64%
B = 56.74%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#297EDB (or 0x297EDB) is known color: Royal Blue. HEX triplet: 29, 7E and DB. RGB value is (41,126,219). Sum of RGB (Red+Green+Blue) = 41+126+219=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #297EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EDB is #D68124. Grayscale: #6E6E6E. Windows color (decimal): -14057765 or 14384681. OLE color: 14384681.

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

Color convert

RGB 41 126 219 -
CMYK 0.81 0.42 0 0.14
HSL 211.35º 0.71% 0.51% -
HSV(B) 211.35º 0.81% 0.86% -
XYZ 21.16 20.51 69.86 -
YUV 111.19 188.84 77.94 -
System Red Green Blue C M Y K H S L
Decimal 41 126 219 0.81 0.42 0 0.14 211.35 0.71 0.51
Hex 29 7E DB 51 2A 0 E D3 47 33
Octal 51 176 333 121 52 0 16 323 107 63
Binary 101001 1111110 11011011 1010001 101010 0 1110 11010011 1000111 110011

Color Harmonies of #297EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EDB

Black with #297EDB

Text Example


Text Example

White with #297EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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