Html Css Color HEX #297DBF Curious Blue

📋 copy color: '#297DBF'

red 41 ◦ green 125 ◦ blue 191

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

Shades of Curious Blue #297DBF

Tints of Curious Blue #297DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 11.48%
G = 35.01%
B = 53.5%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#297DBF (or 0x297DBF) is known color: Curious Blue. HEX triplet: 29, 7D and BF. RGB value is (41,125,191). Sum of RGB (Red+Green+Blue) = 41+125+191=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #297DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DBF is #D68240. Grayscale: #6B6B6B. Windows color (decimal): -14058049 or 12549417. OLE color: 12549417.

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

Color convert

RGB 41 125 191 -
CMYK 0.79 0.35 0 0.25
HSL 206.4º 0.65% 0.45% -
HSV(B) 206.4º 0.79% 0.75% -
XYZ 17.65 18.9 52.01 -
YUV 107.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 41 125 191 0.79 0.35 0 0.25 206.4 0.65 0.45
Hex 29 7D BF 4F 23 0 19 CE 41 2D
Octal 51 175 277 117 43 0 31 316 101 55
Binary 101001 1111101 10111111 1001111 100011 0 11001 11001110 1000001 101101

Color Harmonies of #297DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DBF

Black with #297DBF

Text Example


Text Example

White with #297DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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