Html Css Color HEX #297BE0 Royal Blue

📋 copy color: '#297BE0'

red 41 ◦ green 123 ◦ blue 224

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

Shades of Royal Blue #297BE0

Tints of Royal Blue #297BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 10.57%
G = 31.7%
B = 57.73%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#297BE0 (or 0x297BE0) is known color: Royal Blue. HEX triplet: 29, 7B and E0. RGB value is (41,123,224). Sum of RGB (Red+Green+Blue) = 41+123+224=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #297BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BE0 is #D6841F. Grayscale: #6D6D6D. Windows color (decimal): -14058528 or 14711593. OLE color: 14711593.

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

Color convert

RGB 41 123 224 -
CMYK 0.82 0.45 0 0.12
HSL 213.11º 0.75% 0.52% -
HSV(B) 213.11º 0.82% 0.88% -
XYZ 21.45 20.02 73.25 -
YUV 110 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 41 123 224 0.82 0.45 0 0.12 213.11 0.75 0.52
Hex 29 7B E0 52 2D 0 C D5 4B 34
Octal 51 173 340 122 55 0 14 325 113 64
Binary 101001 1111011 11100000 1010010 101101 0 1100 11010101 1001011 110100

Color Harmonies of #297BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BE0

Black with #297BE0

Text Example


Text Example

White with #297BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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