Html Css Color HEX #297FDA Royal Blue

📋 copy color: '#297FDA'

red 41 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #297FDA

Tints of Royal Blue #297FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 10.62%
G = 32.9%
B = 56.48%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#297FDA (or 0x297FDA) is known color: Royal Blue. HEX triplet: 29, 7F and DA. RGB value is (41,127,218). Sum of RGB (Red+Green+Blue) = 41+127+218=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #297FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDA is #D68025. Grayscale: #6F6F6F. Windows color (decimal): -14057510 or 14319401. OLE color: 14319401.

HSL color Cylindrical-coordinate representation of color #297FDA: hue angle of 210.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297FDA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 127 218 -
CMYK 0.81 0.42 0 0.15
HSL 210.85º 0.71% 0.51% -
HSV(B) 210.85º 0.81% 0.85% -
XYZ 21.16 20.71 69.21 -
YUV 111.66 188.01 77.6 -
System Red Green Blue C M Y K H S L
Decimal 41 127 218 0.81 0.42 0 0.15 210.85 0.71 0.51
Hex 29 7F DA 51 2A 0 F D3 47 33
Octal 51 177 332 121 52 0 17 323 107 63
Binary 101001 1111111 11011010 1010001 101010 0 1111 11010011 1000111 110011

Color Harmonies of #297FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FDA

Black with #297FDA

Text Example


Text Example

White with #297FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,127,218); }

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

background-color css

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

 a { background-color: rgb(41,127,218); }

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

border-color css

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

 span { border-color: rgb(41,127,218); }

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