Html Css Color HEX #297FC8 Curious Blue

📋 copy color: '#297FC8'

red 41 ◦ green 127 ◦ blue 200

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

Shades of Curious Blue #297FC8

Tints of Curious Blue #297FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.35%

R = 11.14%
G = 34.51%
B = 54.35%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#297FC8 (or 0x297FC8) is known color: Curious Blue. HEX triplet: 29, 7F and C8. RGB value is (41,127,200). Sum of RGB (Red+Green+Blue) = 41+127+200=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 200 (78.52% from 255 or 54.35% from 368); Max value from RGB is 200 - color contains mainly: blue. Hex color #297FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FC8 is #D68037. Grayscale: #6D6D6D. Windows color (decimal): -14057528 or 13139753. OLE color: 13139753.

HSL color Cylindrical-coordinate representation of color #297FC8: hue angle of 207.55º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297FC8 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 127 200 -
CMYK 0.80 0.36 0 0.22
HSL 207.55º 0.66% 0.47% -
HSV(B) 207.55º 0.8% 0.78% -
XYZ 18.93 19.82 57.47 -
YUV 109.61 179.01 79.06 -
System Red Green Blue C M Y K H S L
Decimal 41 127 200 0.80 0.36 0 0.22 207.55 0.66 0.47
Hex 29 7F C8 50 24 0 16 D0 42 2F
Octal 51 177 310 120 44 0 26 320 102 57
Binary 101001 1111111 11001000 1010000 100100 0 10110 11010000 1000010 101111

Color Harmonies of #297FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FC8

Black with #297FC8

Text Example


Text Example

White with #297FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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