Html Css Color HEX #297DDB Royal Blue

📋 copy color: '#297DDB'

red 41 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #297DDB

Tints of Royal Blue #297DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 10.65%
G = 32.47%
B = 56.88%

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

#297DDB (or 0x297DDB) is known color: Royal Blue. HEX triplet: 29, 7D and DB. RGB value is (41,125,219). Sum of RGB (Red+Green+Blue) = 41+125+219=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #297DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DDB is #D68224. Grayscale: #6E6E6E. Windows color (decimal): -14058021 or 14384425. OLE color: 14384425.

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

Color convert

RGB 41 125 219 -
CMYK 0.81 0.43 0 0.14
HSL 211.69º 0.71% 0.51% -
HSV(B) 211.69º 0.81% 0.86% -
XYZ 21.03 20.25 69.82 -
YUV 110.6 189.17 78.36 -
System Red Green Blue C M Y K H S L
Decimal 41 125 219 0.81 0.43 0 0.14 211.69 0.71 0.51
Hex 29 7D DB 51 2B 0 E D4 47 33
Octal 51 175 333 121 53 0 16 324 107 63
Binary 101001 1111101 11011011 1010001 101011 0 1110 11010100 1000111 110011

Color Harmonies of #297DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DDB

Black with #297DDB

Text Example


Text Example

White with #297DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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