Html Css Color HEX #297FBE Curious Blue

📋 copy color: '#297FBE'

red 41 ◦ green 127 ◦ blue 190

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

Shades of Curious Blue #297FBE

Tints of Curious Blue #297FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 11.45%
G = 35.47%
B = 53.07%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#297FBE (or 0x297FBE) is known color: Curious Blue. HEX triplet: 29, 7F and BE. RGB value is (41,127,190). Sum of RGB (Red+Green+Blue) = 41+127+190=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #297FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FBE is #D68041. Grayscale: #6C6C6C. Windows color (decimal): -14057538 or 12484393. OLE color: 12484393.

HSL color Cylindrical-coordinate representation of color #297FBE: hue angle of 205.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297FBE is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 127 190 -
CMYK 0.78 0.33 0 0.25
HSL 205.37º 0.65% 0.45% -
HSV(B) 205.37º 0.78% 0.75% -
XYZ 17.8 19.37 51.52 -
YUV 108.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 41 127 190 0.78 0.33 0 0.25 205.37 0.65 0.45
Hex 29 7F BE 4E 21 0 19 CD 41 2D
Octal 51 177 276 116 41 0 31 315 101 55
Binary 101001 1111111 10111110 1001110 100001 0 11001 11001101 1000001 101101

Color Harmonies of #297FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FBE

Black with #297FBE

Text Example


Text Example

White with #297FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,127,190); }

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

background-color css

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

 a { background-color: rgb(41,127,190); }

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

border-color css

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

 span { border-color: rgb(41,127,190); }

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