Html Css Color HEX #297BDE Royal Blue

📋 copy color: '#297BDE'

red 41 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #297BDE

Tints of Royal Blue #297BDE

RGB

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

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

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

R = 10.62%
G = 31.87%
B = 57.51%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297BDE (or 0x297BDE) is known color: Royal Blue. HEX triplet: 29, 7B and DE. RGB value is (41,123,222). Sum of RGB (Red+Green+Blue) = 41+123+222=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #297BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BDE is #D68421. Grayscale: #6D6D6D. Windows color (decimal): -14058530 or 14580521. OLE color: 14580521.

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

Color convert

RGB 41 123 222 -
CMYK 0.82 0.45 0 0.13
HSL 212.82º 0.73% 0.52% -
HSV(B) 212.82º 0.82% 0.87% -
XYZ 21.18 19.91 71.83 -
YUV 109.77 191.33 78.95 -
System Red Green Blue C M Y K H S L
Decimal 41 123 222 0.82 0.45 0 0.13 212.82 0.73 0.52
Hex 29 7B DE 52 2D 0 D D5 49 34
Octal 51 173 336 122 55 0 15 325 111 64
Binary 101001 1111011 11011110 1010010 101101 0 1101 11010101 1001001 110100

Color Harmonies of #297BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BDE

Black with #297BDE

Text Example


Text Example

White with #297BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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