Html Css Color HEX #297CCB Curious Blue

📋 copy color: '#297CCB'

red 41 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #297CCB

Tints of Curious Blue #297CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 11.14%
G = 33.7%
B = 55.16%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#297CCB (or 0x297CCB) is known color: Curious Blue. HEX triplet: 29, 7C and CB. RGB value is (41,124,203). Sum of RGB (Red+Green+Blue) = 41+124+203=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #297CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CCB is #D68334. Grayscale: #6B6B6B. Windows color (decimal): -14058293 or 13335593. OLE color: 13335593.

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

Color convert

RGB 41 124 203 -
CMYK 0.80 0.39 0 0.20
HSL 209.26º 0.66% 0.48% -
HSV(B) 209.26º 0.8% 0.8% -
XYZ 18.9 19.2 59.21 -
YUV 108.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 41 124 203 0.80 0.39 0 0.20 209.26 0.66 0.48
Hex 29 7C CB 50 27 0 14 D1 42 30
Octal 51 174 313 120 47 0 24 321 102 60
Binary 101001 1111100 11001011 1010000 100111 0 10100 11010001 1000010 110000

Color Harmonies of #297CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CCB

Black with #297CCB

Text Example


Text Example

White with #297CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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