Html Css Color HEX #297ACD Curious Blue

📋 copy color: '#297ACD'

red 41 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #297ACD

Tints of Curious Blue #297ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 11.14%
G = 33.15%
B = 55.71%

CMYK

 C value IS 0.8

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#297ACD (or 0x297ACD) is known color: Curious Blue. HEX triplet: 29, 7A and CD. RGB value is (41,122,205). Sum of RGB (Red+Green+Blue) = 41+122+205=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #297ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ACD is #D68532. Grayscale: #6A6A6A. Windows color (decimal): -14058803 or 13466153. OLE color: 13466153.

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

Color convert

RGB 41 122 205 -
CMYK 0.8 0.40 0 0.20
HSL 210.37º 0.67% 0.48% -
HSV(B) 210.37º 0.8% 0.8% -
XYZ 18.89 18.8 60.39 -
YUV 107.24 183.16 80.75 -
System Red Green Blue C M Y K H S L
Decimal 41 122 205 0.8 0.40 0 0.20 210.37 0.67 0.48
Hex 29 7A CD 50 28 0 14 D2 43 30
Octal 51 172 315 120 50 0 24 322 103 60
Binary 101001 1111010 11001101 1010000 101000 0 10100 11010010 1000011 110000

Color Harmonies of #297ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ACD

Black with #297ACD

Text Example


Text Example

White with #297ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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