Html Css Color HEX #297ADD Royal Blue

📋 copy color: '#297ADD'

red 41 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #297ADD

Tints of Royal Blue #297ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 10.68%
G = 31.77%
B = 57.55%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297ADD (or 0x297ADD) is known color: Royal Blue. HEX triplet: 29, 7A and DD. RGB value is (41,122,221). Sum of RGB (Red+Green+Blue) = 41+122+221=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #297ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ADD is #D68522. Grayscale: #6C6C6C. Windows color (decimal): -14058787 or 14514729. OLE color: 14514729.

HSL color Cylindrical-coordinate representation of color #297ADD: hue angle of 213º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297ADD is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 122 221 -
CMYK 0.81 0.45 0 0.13
HSL 213º 0.73% 0.51% -
HSV(B) 213º 0.81% 0.87% -
XYZ 20.93 19.61 71.09 -
YUV 109.07 191.16 79.45 -
System Red Green Blue C M Y K H S L
Decimal 41 122 221 0.81 0.45 0 0.13 213 0.73 0.51
Hex 29 7A DD 51 2D 0 D D5 49 33
Octal 51 172 335 121 55 0 15 325 111 63
Binary 101001 1111010 11011101 1010001 101101 0 1101 11010101 1001001 110011

Color Harmonies of #297ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ADD

Black with #297ADD

Text Example


Text Example

White with #297ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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