Html Css Color HEX #297BCE Curious Blue

📋 copy color: '#297BCE'

red 41 ◦ green 123 ◦ blue 206

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

Shades of Curious Blue #297BCE

Tints of Curious Blue #297BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 11.08%
G = 33.24%
B = 55.68%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#297BCE (or 0x297BCE) is known color: Curious Blue. HEX triplet: 29, 7B and CE. RGB value is (41,123,206). Sum of RGB (Red+Green+Blue) = 41+123+206=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #297BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BCE is #D68431. Grayscale: #6B6B6B. Windows color (decimal): -14058546 or 13531945. OLE color: 13531945.

HSL color Cylindrical-coordinate representation of color #297BCE: hue angle of 210.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297BCE is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 123 206 -
CMYK 0.80 0.40 0 0.19
HSL 210.18º 0.67% 0.48% -
HSV(B) 210.18º 0.8% 0.81% -
XYZ 19.14 19.09 61.07 -
YUV 107.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 41 123 206 0.80 0.40 0 0.19 210.18 0.67 0.48
Hex 29 7B CE 50 28 0 13 D2 43 30
Octal 51 173 316 120 50 0 23 322 103 60
Binary 101001 1111011 11001110 1010000 101000 0 10011 11010010 1000011 110000

Color Harmonies of #297BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BCE

Black with #297BCE

Text Example


Text Example

White with #297BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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