Html Css Color HEX #297ACB Curious Blue

📋 copy color: '#297ACB'

red 41 ◦ green 122 ◦ blue 203

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

Shades of Curious Blue #297ACB

Tints of Curious Blue #297ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 11.2%
G = 33.33%
B = 55.46%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#297ACB (or 0x297ACB) is known color: Curious Blue. HEX triplet: 29, 7A and CB. RGB value is (41,122,203). Sum of RGB (Red+Green+Blue) = 41+122+203=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #297ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ACB is #D68534. Grayscale: #6A6A6A. Windows color (decimal): -14058805 or 13335081. OLE color: 13335081.

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

Color convert

RGB 41 122 203 -
CMYK 0.80 0.40 0 0.20
HSL 210º 0.66% 0.48% -
HSV(B) 210º 0.8% 0.8% -
XYZ 18.65 18.7 59.13 -
YUV 107.02 182.16 80.91 -
System Red Green Blue C M Y K H S L
Decimal 41 122 203 0.80 0.40 0 0.20 210 0.66 0.48
Hex 29 7A CB 50 28 0 14 D2 42 30
Octal 51 172 313 120 50 0 24 322 102 60
Binary 101001 1111010 11001011 1010000 101000 0 10100 11010010 1000010 110000

Color Harmonies of #297ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ACB

Black with #297ACB

Text Example


Text Example

White with #297ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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