Html Css Color HEX #297DCE Curious Blue

📋 copy color: '#297DCE'

red 41 ◦ green 125 ◦ blue 206

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

Shades of Curious Blue #297DCE

Tints of Curious Blue #297DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 11.02%
G = 33.6%
B = 55.38%

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

#297DCE (or 0x297DCE) is known color: Curious Blue. HEX triplet: 29, 7D and CE. RGB value is (41,125,206). Sum of RGB (Red+Green+Blue) = 41+125+206=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #297DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DCE is #D68231. Grayscale: #6C6C6C. Windows color (decimal): -14058034 or 13532457. OLE color: 13532457.

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

Color convert

RGB 41 125 206 -
CMYK 0.80 0.39 0 0.19
HSL 209.45º 0.67% 0.48% -
HSV(B) 209.45º 0.8% 0.81% -
XYZ 19.39 19.59 61.15 -
YUV 109.12 182.67 79.41 -
System Red Green Blue C M Y K H S L
Decimal 41 125 206 0.80 0.39 0 0.19 209.45 0.67 0.48
Hex 29 7D CE 50 27 0 13 D1 43 30
Octal 51 175 316 120 47 0 23 321 103 60
Binary 101001 1111101 11001110 1010000 100111 0 10011 11010001 1000011 110000

Color Harmonies of #297DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DCE

Black with #297DCE

Text Example


Text Example

White with #297DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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