Html Css Color HEX #297CDE Royal Blue

📋 copy color: '#297CDE'

red 41 ◦ green 124 ◦ blue 222

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

Shades of Royal Blue #297CDE

Tints of Royal Blue #297CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 10.59%
G = 32.04%
B = 57.36%

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

#297CDE (or 0x297CDE) is known color: Royal Blue. HEX triplet: 29, 7C and DE. RGB value is (41,124,222). Sum of RGB (Red+Green+Blue) = 41+124+222=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #297CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CDE is #D68321. Grayscale: #6D6D6D. Windows color (decimal): -14058274 or 14580777. OLE color: 14580777.

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

Color convert

RGB 41 124 222 -
CMYK 0.82 0.44 0 0.13
HSL 212.49º 0.73% 0.52% -
HSV(B) 212.49º 0.82% 0.87% -
XYZ 21.31 20.16 71.88 -
YUV 110.36 191 78.53 -
System Red Green Blue C M Y K H S L
Decimal 41 124 222 0.82 0.44 0 0.13 212.49 0.73 0.52
Hex 29 7C DE 52 2C 0 D D4 49 34
Octal 51 174 336 122 54 0 15 324 111 64
Binary 101001 1111100 11011110 1010010 101100 0 1101 11010100 1001001 110100

Color Harmonies of #297CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CDE

Black with #297CDE

Text Example


Text Example

White with #297CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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