Html Css Color HEX #297BDB Royal Blue

📋 copy color: '#297BDB'

red 41 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #297BDB

Tints of Royal Blue #297BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 10.7%
G = 32.11%
B = 57.18%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#297BDB (or 0x297BDB) is known color: Royal Blue. HEX triplet: 29, 7B and DB. RGB value is (41,123,219). Sum of RGB (Red+Green+Blue) = 41+123+219=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #297BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BDB is #D68424. Grayscale: #6C6C6C. Windows color (decimal): -14058533 or 14383913. OLE color: 14383913.

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

Color convert

RGB 41 123 219 -
CMYK 0.81 0.44 0 0.14
HSL 212.36º 0.71% 0.51% -
HSV(B) 212.36º 0.81% 0.86% -
XYZ 20.78 19.75 69.73 -
YUV 109.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 41 123 219 0.81 0.44 0 0.14 212.36 0.71 0.51
Hex 29 7B DB 51 2C 0 E D4 47 33
Octal 51 173 333 121 54 0 16 324 107 63
Binary 101001 1111011 11011011 1010001 101100 0 1110 11010100 1000111 110011

Color Harmonies of #297BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BDB

Black with #297BDB

Text Example


Text Example

White with #297BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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