Html Css Color HEX #297DC5 Curious Blue

📋 copy color: '#297DC5'

red 41 ◦ green 125 ◦ blue 197

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

Shades of Curious Blue #297DC5

Tints of Curious Blue #297DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.27%

R = 11.29%
G = 34.44%
B = 54.27%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#297DC5 (or 0x297DC5) is known color: Curious Blue. HEX triplet: 29, 7D and C5. RGB value is (41,125,197). Sum of RGB (Red+Green+Blue) = 41+125+197=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #297DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DC5 is #D6823A. Grayscale: #6B6B6B. Windows color (decimal): -14058043 or 12942633. OLE color: 12942633.

HSL color Cylindrical-coordinate representation of color #297DC5: hue angle of 207.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297DC5 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 125 197 -
CMYK 0.79 0.37 0 0.23
HSL 207.69º 0.66% 0.47% -
HSV(B) 207.69º 0.79% 0.77% -
XYZ 18.33 19.17 55.56 -
YUV 108.09 178.17 80.15 -
System Red Green Blue C M Y K H S L
Decimal 41 125 197 0.79 0.37 0 0.23 207.69 0.66 0.47
Hex 29 7D C5 4F 25 0 17 D0 42 2F
Octal 51 175 305 117 45 0 27 320 102 57
Binary 101001 1111101 11000101 1001111 100101 0 10111 11010000 1000010 101111

Color Harmonies of #297DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DC5

Black with #297DC5

Text Example


Text Example

White with #297DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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