Html Css Color HEX #297DCC Curious Blue

📋 copy color: '#297DCC'

red 41 ◦ green 125 ◦ blue 204

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

Shades of Curious Blue #297DCC

Tints of Curious Blue #297DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 11.08%
G = 33.78%
B = 55.14%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#297DCC (or 0x297DCC) is known color: Curious Blue. HEX triplet: 29, 7D and CC. RGB value is (41,125,204). Sum of RGB (Red+Green+Blue) = 41+125+204=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #297DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DCC is #D68233. Grayscale: #6C6C6C. Windows color (decimal): -14058036 or 13401385. OLE color: 13401385.

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

Color convert

RGB 41 125 204 -
CMYK 0.80 0.39 0 0.2
HSL 209.08º 0.67% 0.48% -
HSV(B) 209.08º 0.8% 0.8% -
XYZ 19.15 19.5 59.88 -
YUV 108.89 181.67 79.58 -
System Red Green Blue C M Y K H S L
Decimal 41 125 204 0.80 0.39 0 0.2 209.08 0.67 0.48
Hex 29 7D CC 50 27 0 14 D1 43 30
Octal 51 175 314 120 47 0 24 321 103 60
Binary 101001 1111101 11001100 1010000 100111 0 10100 11010001 1000011 110000

Color Harmonies of #297DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DCC

Black with #297DCC

Text Example


Text Example

White with #297DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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