Html Css Color HEX #297DCB Curious Blue

📋 copy color: '#297DCB'

red 41 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #297DCB

Tints of Curious Blue #297DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 11.11%
G = 33.88%
B = 55.01%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#297DCB (or 0x297DCB) is known color: Curious Blue. HEX triplet: 29, 7D and CB. RGB value is (41,125,203). Sum of RGB (Red+Green+Blue) = 41+125+203=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #297DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DCB is #D68234. Grayscale: #6C6C6C. Windows color (decimal): -14058037 or 13335849. OLE color: 13335849.

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

Color convert

RGB 41 125 203 -
CMYK 0.80 0.38 0 0.20
HSL 208.89º 0.66% 0.48% -
HSV(B) 208.89º 0.8% 0.8% -
XYZ 19.03 19.45 59.25 -
YUV 108.78 181.17 79.66 -
System Red Green Blue C M Y K H S L
Decimal 41 125 203 0.80 0.38 0 0.20 208.89 0.66 0.48
Hex 29 7D CB 50 26 0 14 D1 42 30
Octal 51 175 313 120 46 0 24 321 102 60
Binary 101001 1111101 11001011 1010000 100110 0 10100 11010001 1000010 110000

Color Harmonies of #297DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DCB

Black with #297DCB

Text Example


Text Example

White with #297DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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