Html Css Color HEX #297DBA Curious Blue

📋 copy color: '#297DBA'

red 41 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #297DBA

Tints of Curious Blue #297DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 11.65%
G = 35.51%
B = 52.84%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#297DBA (or 0x297DBA) is known color: Curious Blue. HEX triplet: 29, 7D and BA. RGB value is (41,125,186). Sum of RGB (Red+Green+Blue) = 41+125+186=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #297DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DBA is #D68245. Grayscale: #6A6A6A. Windows color (decimal): -14058054 or 12221737. OLE color: 12221737.

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

Color convert

RGB 41 125 186 -
CMYK 0.78 0.33 0 0.27
HSL 205.24º 0.64% 0.45% -
HSV(B) 205.24º 0.78% 0.73% -
XYZ 17.11 18.68 49.16 -
YUV 106.84 172.67 81.04 -
System Red Green Blue C M Y K H S L
Decimal 41 125 186 0.78 0.33 0 0.27 205.24 0.64 0.45
Hex 29 7D BA 4E 21 0 1B CD 40 2D
Octal 51 175 272 116 41 0 33 315 100 55
Binary 101001 1111101 10111010 1001110 100001 0 11011 11001101 1000000 101101

Color Harmonies of #297DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DBA

Black with #297DBA

Text Example


Text Example

White with #297DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,186); }

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

background-color css

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

 a { background-color: rgb(41,125,186); }

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

border-color css

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

 span { border-color: rgb(41,125,186); }

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