Html Css Color HEX #297ADA Royal Blue

📋 copy color: '#297ADA'

red 41 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #297ADA

Tints of Royal Blue #297ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 10.76%
G = 32.02%
B = 57.22%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#297ADA (or 0x297ADA) is known color: Royal Blue. HEX triplet: 29, 7A and DA. RGB value is (41,122,218). Sum of RGB (Red+Green+Blue) = 41+122+218=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #297ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ADA is #D68525. Grayscale: #6C6C6C. Windows color (decimal): -14058790 or 14318121. OLE color: 14318121.

HSL color Cylindrical-coordinate representation of color #297ADA: hue angle of 212.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297ADA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 122 218 -
CMYK 0.81 0.44 0 0.15
HSL 212.54º 0.71% 0.51% -
HSV(B) 212.54º 0.81% 0.85% -
XYZ 20.53 19.45 69 -
YUV 108.73 189.66 79.69 -
System Red Green Blue C M Y K H S L
Decimal 41 122 218 0.81 0.44 0 0.15 212.54 0.71 0.51
Hex 29 7A DA 51 2C 0 F D5 47 33
Octal 51 172 332 121 54 0 17 325 107 63
Binary 101001 1111010 11011010 1010001 101100 0 1111 11010101 1000111 110011

Color Harmonies of #297ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ADA

Black with #297ADA

Text Example


Text Example

White with #297ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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