Html Css Color HEX #297AC9 Curious Blue

📋 copy color: '#297AC9'

red 41 ◦ green 122 ◦ blue 201

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

Shades of Curious Blue #297AC9

Tints of Curious Blue #297AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.22%

R = 11.26%
G = 33.52%
B = 55.22%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#297AC9 (or 0x297AC9) is known color: Curious Blue. HEX triplet: 29, 7A and C9. RGB value is (41,122,201). Sum of RGB (Red+Green+Blue) = 41+122+201=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #297AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AC9 is #D68536. Grayscale: #6A6A6A. Windows color (decimal): -14058807 or 13204009. OLE color: 13204009.

HSL color Cylindrical-coordinate representation of color #297AC9: hue angle of 209.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297AC9 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 122 201 -
CMYK 0.80 0.39 0 0.21
HSL 209.63º 0.66% 0.47% -
HSV(B) 209.63º 0.8% 0.79% -
XYZ 18.42 18.61 57.88 -
YUV 106.79 181.16 81.08 -
System Red Green Blue C M Y K H S L
Decimal 41 122 201 0.80 0.39 0 0.21 209.63 0.66 0.47
Hex 29 7A C9 50 27 0 15 D2 42 2F
Octal 51 172 311 120 47 0 25 322 102 57
Binary 101001 1111010 11001001 1010000 100111 0 10101 11010010 1000010 101111

Color Harmonies of #297AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297AC9

Black with #297AC9

Text Example


Text Example

White with #297AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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