Html Css Color HEX #297FDB Royal Blue

📋 copy color: '#297FDB'

red 41 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #297FDB

Tints of Royal Blue #297FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 10.59%
G = 32.82%
B = 56.59%

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

#297FDB (or 0x297FDB) is known color: Royal Blue. HEX triplet: 29, 7F and DB. RGB value is (41,127,219). Sum of RGB (Red+Green+Blue) = 41+127+219=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #297FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDB is #D68024. Grayscale: #6F6F6F. Windows color (decimal): -14057509 or 14384937. OLE color: 14384937.

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

Color convert

RGB 41 127 219 -
CMYK 0.81 0.42 0 0.14
HSL 211.01º 0.71% 0.51% -
HSV(B) 211.01º 0.81% 0.86% -
XYZ 21.29 20.76 69.9 -
YUV 111.77 188.51 77.52 -
System Red Green Blue C M Y K H S L
Decimal 41 127 219 0.81 0.42 0 0.14 211.01 0.71 0.51
Hex 29 7F DB 51 2A 0 E D3 47 33
Octal 51 177 333 121 52 0 16 323 107 63
Binary 101001 1111111 11011011 1010001 101010 0 1110 11010011 1000111 110011

Color Harmonies of #297FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FDB

Black with #297FDB

Text Example


Text Example

White with #297FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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