Html Css Color HEX #297BD6 Royal Blue

📋 copy color: '#297BD6'

red 41 ◦ green 123 ◦ blue 214

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

Shades of Royal Blue #297BD6

Tints of Royal Blue #297BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 214 (83.98% from 255) = 56.61%

R = 10.85%
G = 32.54%
B = 56.61%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#297BD6 (or 0x297BD6) is known color: Royal Blue. HEX triplet: 29, 7B and D6. RGB value is (41,123,214). Sum of RGB (Red+Green+Blue) = 41+123+214=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #297BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BD6 is #D68429. Grayscale: #6C6C6C. Windows color (decimal): -14058538 or 14056233. OLE color: 14056233.

HSL color Cylindrical-coordinate representation of color #297BD6: hue angle of 211.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297BD6 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 123 214 -
CMYK 0.81 0.43 0 0.16
HSL 211.56º 0.68% 0.5% -
HSV(B) 211.56º 0.81% 0.84% -
XYZ 20.14 19.49 66.32 -
YUV 108.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 41 123 214 0.81 0.43 0 0.16 211.56 0.68 0.5
Hex 29 7B D6 51 2B 0 10 D4 44 32
Octal 51 173 326 121 53 0 20 324 104 62
Binary 101001 1111011 11010110 1010001 101011 0 10000 11010100 1000100 110010

Color Harmonies of #297BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BD6

Black with #297BD6

Text Example


Text Example

White with #297BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,214); }

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

background-color css

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

 a { background-color: rgb(41,123,214); }

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

border-color css

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

 span { border-color: rgb(41,123,214); }

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