Html Css Color HEX #297FCC Curious Blue

📋 copy color: '#297FCC'

red 41 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #297FCC

Tints of Curious Blue #297FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 11.02%
G = 34.14%
B = 54.84%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#297FCC (or 0x297FCC) is known color: Curious Blue. HEX triplet: 29, 7F and CC. RGB value is (41,127,204). Sum of RGB (Red+Green+Blue) = 41+127+204=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #297FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FCC is #D68033. Grayscale: #6D6D6D. Windows color (decimal): -14057524 or 13401897. OLE color: 13401897.

HSL color Cylindrical-coordinate representation of color #297FCC: hue angle of 208.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297FCC is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 127 204 -
CMYK 0.80 0.38 0 0.2
HSL 208.34º 0.67% 0.48% -
HSV(B) 208.34º 0.8% 0.8% -
XYZ 19.4 20.01 59.97 -
YUV 110.06 181.01 78.74 -
System Red Green Blue C M Y K H S L
Decimal 41 127 204 0.80 0.38 0 0.2 208.34 0.67 0.48
Hex 29 7F CC 50 26 0 14 D0 43 30
Octal 51 177 314 120 46 0 24 320 103 60
Binary 101001 1111111 11001100 1010000 100110 0 10100 11010000 1000011 110000

Color Harmonies of #297FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FCC

Black with #297FCC

Text Example


Text Example

White with #297FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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