Html Css Color HEX #297FDF Royal Blue

📋 copy color: '#297FDF'

red 41 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #297FDF

Tints of Royal Blue #297FDF

RGB

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

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

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

R = 10.49%
G = 32.48%
B = 57.03%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#297FDF (or 0x297FDF) is known color: Royal Blue. HEX triplet: 29, 7F and DF. RGB value is (41,127,223). Sum of RGB (Red+Green+Blue) = 41+127+223=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #297FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDF is #D68020. Grayscale: #6F6F6F. Windows color (decimal): -14057505 or 14647081. OLE color: 14647081.

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

Color convert

RGB 41 127 223 -
CMYK 0.82 0.43 0 0.13
HSL 211.65º 0.74% 0.52% -
HSV(B) 211.65º 0.82% 0.87% -
XYZ 21.82 20.98 72.71 -
YUV 112.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 41 127 223 0.82 0.43 0 0.13 211.65 0.74 0.52
Hex 29 7F DF 52 2B 0 D D4 4A 34
Octal 51 177 337 122 53 0 15 324 112 64
Binary 101001 1111111 11011111 1010010 101011 0 1101 11010100 1001010 110100

Color Harmonies of #297FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FDF

Black with #297FDF

Text Example


Text Example

White with #297FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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