Html Css Color HEX #297CCE Curious Blue

📋 copy color: '#297CCE'

red 41 ◦ green 124 ◦ blue 206

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

Shades of Curious Blue #297CCE

Tints of Curious Blue #297CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 11.05%
G = 33.42%
B = 55.53%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#297CCE (or 0x297CCE) is known color: Curious Blue. HEX triplet: 29, 7C and CE. RGB value is (41,124,206). Sum of RGB (Red+Green+Blue) = 41+124+206=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #297CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CCE is #D68331. Grayscale: #6C6C6C. Windows color (decimal): -14058290 or 13532201. OLE color: 13532201.

HSL color Cylindrical-coordinate representation of color #297CCE: hue angle of 209.82º 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 #297CCE is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 124 206 -
CMYK 0.80 0.40 0 0.19
HSL 209.82º 0.67% 0.48% -
HSV(B) 209.82º 0.8% 0.81% -
XYZ 19.26 19.34 61.11 -
YUV 108.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 41 124 206 0.80 0.40 0 0.19 209.82 0.67 0.48
Hex 29 7C CE 50 28 0 13 D2 43 30
Octal 51 174 316 120 50 0 23 322 103 60
Binary 101001 1111100 11001110 1010000 101000 0 10011 11010010 1000011 110000

Color Harmonies of #297CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CCE

Black with #297CCE

Text Example


Text Example

White with #297CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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