Html Css Color HEX #297ADF Royal Blue

📋 copy color: '#297ADF'

red 41 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #297ADF

Tints of Royal Blue #297ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 10.62%
G = 31.61%
B = 57.77%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297ADF (or 0x297ADF) is known color: Royal Blue. HEX triplet: 29, 7A and DF. RGB value is (41,122,223). Sum of RGB (Red+Green+Blue) = 41+122+223=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #297ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ADF is #D68520. Grayscale: #6C6C6C. Windows color (decimal): -14058785 or 14645801. OLE color: 14645801.

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

Color convert

RGB 41 122 223 -
CMYK 0.82 0.45 0 0.13
HSL 213.3º 0.74% 0.52% -
HSV(B) 213.3º 0.82% 0.87% -
XYZ 21.19 19.72 72.5 -
YUV 109.3 192.16 79.29 -
System Red Green Blue C M Y K H S L
Decimal 41 122 223 0.82 0.45 0 0.13 213.3 0.74 0.52
Hex 29 7A DF 52 2D 0 D D5 4A 34
Octal 51 172 337 122 55 0 15 325 112 64
Binary 101001 1111010 11011111 1010010 101101 0 1101 11010101 1001010 110100

Color Harmonies of #297ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ADF

Black with #297ADF

Text Example


Text Example

White with #297ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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