#247cc5

Color #247CC5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #247CC5

Tints of Curious Blue #247CC5

Color information

#247CC5 (or 0x247CC5) is unknown color: approx Curious Blue. HEX triplet: 24, 7C and C5. RGB value is (36,124,197). Sum of RGB (Red+Green+Blue) = 36+124+197=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #247CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CC5 is #DB833A. Grayscale: #696969. Windows color (decimal): -14385979 or 12942372. OLE color: 12942372.

HSL color Cylindrical-coordinate representation of color #247CC5: hue angle of 207.2º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247CC5 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB36124197-
CMYK0.820.3700.23
HSL207.2º69.1%45.69%-
HSV(B)207.2º81.73%77.25%-
XYZ18.0118.8255.51-
YUV106.01179.3578.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.08%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 197 (77.34% from 255) = 55.18%
R=10.08%
G=34.73%
B=55.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal361241970.820.3700.23207.269.145.69
Hex247CC55225017cf452e
Octal441743051224502731710556
Binary1001001111100110001011010010100101010111110011111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247cc5; }

 p { color: rgb(36,124,197); }

 H1.HeaderClassName
 {
   color: #247cc5;
 }
 .AnyTagClassName
 {
   color: #247cc5;
 }
</style>
background-color css

<style>
 a { background-color: #247cc5; }

 a { background-color: rgb(36,124,197); }

 div.DivClassName
 {
   background-color: #247cc5;
 }
 .BgClassName
 {
   background-color: #247cc5;
 }
</style>
border-color css

<style>
 span { border-color: #247cc5; }

 span { border-color: rgb(36,124,197); }

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