Html Css Color HEX #297CDF Royal Blue

📋 copy color: '#297CDF'

red 41 ◦ green 124 ◦ blue 223

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

Shades of Royal Blue #297CDF

Tints of Royal Blue #297CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

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

R = 10.57%
G = 31.96%
B = 57.47%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297CDF (or 0x297CDF) is known color: Royal Blue. HEX triplet: 29, 7C and DF. RGB value is (41,124,223). Sum of RGB (Red+Green+Blue) = 41+124+223=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #297CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CDF is #D68320. Grayscale: #6D6D6D. Windows color (decimal): -14058273 or 14646313. OLE color: 14646313.

HSL color Cylindrical-coordinate representation of color #297CDF: hue angle of 212.64º 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 #297CDF is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 124 223 -
CMYK 0.82 0.44 0 0.13
HSL 212.64º 0.74% 0.52% -
HSV(B) 212.64º 0.82% 0.87% -
XYZ 21.44 20.21 72.58 -
YUV 110.47 191.5 78.45 -
System Red Green Blue C M Y K H S L
Decimal 41 124 223 0.82 0.44 0 0.13 212.64 0.74 0.52
Hex 29 7C DF 52 2C 0 D D5 4A 34
Octal 51 174 337 122 54 0 15 325 112 64
Binary 101001 1111100 11011111 1010010 101100 0 1101 11010101 1001010 110100

Color Harmonies of #297CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CDF

Black with #297CDF

Text Example


Text Example

White with #297CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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