Html Css Color HEX #297BCA Curious Blue

📋 copy color: '#297BCA'

red 41 ◦ green 123 ◦ blue 202

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

Shades of Curious Blue #297BCA

Tints of Curious Blue #297BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.19%

R = 11.2%
G = 33.61%
B = 55.19%

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

#297BCA (or 0x297BCA) is known color: Curious Blue. HEX triplet: 29, 7B and CA. RGB value is (41,123,202). Sum of RGB (Red+Green+Blue) = 41+123+202=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #297BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BCA is #D68435. Grayscale: #6B6B6B. Windows color (decimal): -14058550 or 13269801. OLE color: 13269801.

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

Color convert

RGB 41 123 202 -
CMYK 0.80 0.39 0 0.21
HSL 209.44º 0.66% 0.48% -
HSV(B) 209.44º 0.8% 0.79% -
XYZ 18.66 18.9 58.54 -
YUV 107.49 181.33 80.58 -
System Red Green Blue C M Y K H S L
Decimal 41 123 202 0.80 0.39 0 0.21 209.44 0.66 0.48
Hex 29 7B CA 50 27 0 15 D1 42 30
Octal 51 173 312 120 47 0 25 321 102 60
Binary 101001 1111011 11001010 1010000 100111 0 10101 11010001 1000010 110000

Color Harmonies of #297BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BCA

Black with #297BCA

Text Example


Text Example

White with #297BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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