Html Css Color HEX #297DB7 Curious Blue

📋 copy color: '#297DB7'

red 41 ◦ green 125 ◦ blue 183

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

Shades of Curious Blue #297DB7

Tints of Curious Blue #297DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.44%

R = 11.75%
G = 35.82%
B = 52.44%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#297DB7 (or 0x297DB7) is known color: Curious Blue. HEX triplet: 29, 7D and B7. RGB value is (41,125,183). Sum of RGB (Red+Green+Blue) = 41+125+183=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #297DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DB7 is #D68248. Grayscale: #6A6A6A. Windows color (decimal): -14058057 or 12025129. OLE color: 12025129.

HSL color Cylindrical-coordinate representation of color #297DB7: hue angle of 204.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297DB7 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 125 183 -
CMYK 0.78 0.32 0 0.28
HSL 204.51º 0.63% 0.44% -
HSV(B) 204.51º 0.78% 0.72% -
XYZ 16.8 18.56 47.5 -
YUV 106.5 171.17 81.28 -
System Red Green Blue C M Y K H S L
Decimal 41 125 183 0.78 0.32 0 0.28 204.51 0.63 0.44
Hex 29 7D B7 4E 20 0 1C CD 3F 2C
Octal 51 175 267 116 40 0 34 315 77 54
Binary 101001 1111101 10110111 1001110 100000 0 11100 11001101 111111 101100

Color Harmonies of #297DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DB7

Black with #297DB7

Text Example


Text Example

White with #297DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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