Html Css Color HEX #297BDC Royal Blue

📋 copy color: '#297BDC'

red 41 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #297BDC

Tints of Royal Blue #297BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 10.68%
G = 32.03%
B = 57.29%

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

#297BDC (or 0x297BDC) is known color: Royal Blue. HEX triplet: 29, 7B and DC. RGB value is (41,123,220). Sum of RGB (Red+Green+Blue) = 41+123+220=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #297BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BDC is #D68423. Grayscale: #6D6D6D. Windows color (decimal): -14058532 or 14449449. OLE color: 14449449.

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

Color convert

RGB 41 123 220 -
CMYK 0.81 0.44 0 0.14
HSL 212.51º 0.72% 0.51% -
HSV(B) 212.51º 0.81% 0.86% -
XYZ 20.92 19.8 70.43 -
YUV 109.54 190.33 79.11 -
System Red Green Blue C M Y K H S L
Decimal 41 123 220 0.81 0.44 0 0.14 212.51 0.72 0.51
Hex 29 7B DC 51 2C 0 E D5 48 33
Octal 51 173 334 121 54 0 16 325 110 63
Binary 101001 1111011 11011100 1010001 101100 0 1110 11010101 1001000 110011

Color Harmonies of #297BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BDC

Black with #297BDC

Text Example


Text Example

White with #297BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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