Html Css Color HEX #297FCE Curious Blue

📋 copy color: '#297FCE'

red 41 ◦ green 127 ◦ blue 206

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

Shades of Curious Blue #297FCE

Tints of Curious Blue #297FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 10.96%
G = 33.96%
B = 55.08%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#297FCE (or 0x297FCE) is known color: Curious Blue. HEX triplet: 29, 7F and CE. RGB value is (41,127,206). Sum of RGB (Red+Green+Blue) = 41+127+206=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #297FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FCE is #D68031. Grayscale: #6D6D6D. Windows color (decimal): -14057522 or 13532969. OLE color: 13532969.

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

Color convert

RGB 41 127 206 -
CMYK 0.80 0.38 0 0.19
HSL 208.73º 0.67% 0.48% -
HSV(B) 208.73º 0.8% 0.81% -
XYZ 19.64 20.11 61.24 -
YUV 110.29 182.01 78.58 -
System Red Green Blue C M Y K H S L
Decimal 41 127 206 0.80 0.38 0 0.19 208.73 0.67 0.48
Hex 29 7F CE 50 26 0 13 D1 43 30
Octal 51 177 316 120 46 0 23 321 103 60
Binary 101001 1111111 11001110 1010000 100110 0 10011 11010001 1000011 110000

Color Harmonies of #297FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FCE

Black with #297FCE

Text Example


Text Example

White with #297FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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