Html Css Color HEX #297FC2 Curious Blue

📋 copy color: '#297FC2'

red 41 ◦ green 127 ◦ blue 194

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

Shades of Curious Blue #297FC2

Tints of Curious Blue #297FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.59%

R = 11.33%
G = 35.08%
B = 53.59%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#297FC2 (or 0x297FC2) is known color: Curious Blue. HEX triplet: 29, 7F and C2. RGB value is (41,127,194). Sum of RGB (Red+Green+Blue) = 41+127+194=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #297FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FC2 is #D6803D. Grayscale: #6C6C6C. Windows color (decimal): -14057534 or 12746537. OLE color: 12746537.

HSL color Cylindrical-coordinate representation of color #297FC2: hue angle of 206.27º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297FC2 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 127 194 -
CMYK 0.79 0.35 0 0.24
HSL 206.27º 0.65% 0.46% -
HSV(B) 206.27º 0.79% 0.76% -
XYZ 18.24 19.55 53.85 -
YUV 108.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 41 127 194 0.79 0.35 0 0.24 206.27 0.65 0.46
Hex 29 7F C2 4F 23 0 18 CE 41 2E
Octal 51 177 302 117 43 0 30 316 101 56
Binary 101001 1111111 11000010 1001111 100011 0 11000 11001110 1000001 101110

Color Harmonies of #297FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FC2

Black with #297FC2

Text Example


Text Example

White with #297FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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