Html Css Color HEX #297ADB Royal Blue

📋 copy color: '#297ADB'

red 41 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #297ADB

Tints of Royal Blue #297ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 10.73%
G = 31.94%
B = 57.33%

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

#297ADB (or 0x297ADB) is known color: Royal Blue. HEX triplet: 29, 7A and DB. RGB value is (41,122,219). Sum of RGB (Red+Green+Blue) = 41+122+219=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #297ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ADB is #D68524. Grayscale: #6C6C6C. Windows color (decimal): -14058789 or 14383657. OLE color: 14383657.

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

Color convert

RGB 41 122 219 -
CMYK 0.81 0.44 0 0.14
HSL 212.7º 0.71% 0.51% -
HSV(B) 212.7º 0.81% 0.86% -
XYZ 20.66 19.5 69.69 -
YUV 108.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 41 122 219 0.81 0.44 0 0.14 212.7 0.71 0.51
Hex 29 7A DB 51 2C 0 E D5 47 33
Octal 51 172 333 121 54 0 16 325 107 63
Binary 101001 1111010 11011011 1010001 101100 0 1110 11010101 1000111 110011

Color Harmonies of #297ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ADB

Black with #297ADB

Text Example


Text Example

White with #297ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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