Html Css Color HEX #297BCD Curious Blue

📋 copy color: '#297BCD'

red 41 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #297BCD

Tints of Curious Blue #297BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 11.11%
G = 33.33%
B = 55.56%

CMYK

 C value IS 0.8

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#297BCD (or 0x297BCD) is known color: Curious Blue. HEX triplet: 29, 7B and CD. RGB value is (41,123,205). Sum of RGB (Red+Green+Blue) = 41+123+205=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #297BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BCD is #D68432. Grayscale: #6B6B6B. Windows color (decimal): -14058547 or 13466409. OLE color: 13466409.

HSL color Cylindrical-coordinate representation of color #297BCD: hue angle of 210º 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 #297BCD is Cyan = 0.8, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 123 205 -
CMYK 0.8 0.4 0 0.20
HSL 210º 0.67% 0.48% -
HSV(B) 210º 0.8% 0.8% -
XYZ 19.02 19.05 60.43 -
YUV 107.83 182.83 80.33 -
System Red Green Blue C M Y K H S L
Decimal 41 123 205 0.8 0.4 0 0.20 210 0.67 0.48
Hex 29 7B CD 50 28 0 14 D2 43 30
Octal 51 173 315 120 50 0 24 322 103 60
Binary 101001 1111011 11001101 1010000 101000 0 10100 11010010 1000011 110000

Color Harmonies of #297BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BCD

Black with #297BCD

Text Example


Text Example

White with #297BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,205); }

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

background-color css

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

 a { background-color: rgb(41,123,205); }

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

border-color css

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

 span { border-color: rgb(41,123,205); }

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