Html Css Color HEX #297ECE Curious Blue

📋 copy color: '#297ECE'

red 41 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #297ECE

Tints of Curious Blue #297ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

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

R = 10.99%
G = 33.78%
B = 55.23%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#297ECE (or 0x297ECE) is known color: Curious Blue. HEX triplet: 29, 7E and CE. RGB value is (41,126,206). Sum of RGB (Red+Green+Blue) = 41+126+206=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #297ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ECE is #D68131. Grayscale: #6D6D6D. Windows color (decimal): -14057778 or 13532713. OLE color: 13532713.

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

Color convert

RGB 41 126 206 -
CMYK 0.80 0.39 0 0.19
HSL 209.09º 0.67% 0.48% -
HSV(B) 209.09º 0.8% 0.81% -
XYZ 19.52 19.85 61.2 -
YUV 109.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 41 126 206 0.80 0.39 0 0.19 209.09 0.67 0.48
Hex 29 7E CE 50 27 0 13 D1 43 30
Octal 51 176 316 120 47 0 23 321 103 60
Binary 101001 1111110 11001110 1010000 100111 0 10011 11010001 1000011 110000

Color Harmonies of #297ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ECE

Black with #297ECE

Text Example


Text Example

White with #297ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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