#247CC7

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

Shades of Curious Blue #247CC7

Tints of Curious Blue #247CC7

Color information

#247CC7 (or 0x247CC7) is unknown color: approx Curious Blue. HEX triplet: 24, 7C and C7. RGB value is (36,124,199). Sum of RGB (Red+Green+Blue) = 36+124+199=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #247CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247CC7 is #DB8338. Grayscale: #696969. Windows color (decimal): -14385977 or 13073444. OLE color: 13073444.

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

Color convert

RGB36124199-
CMYK0.820.3800.22
HSL207.61º69.36%46.08%-
HSV(B)207.61º81.91%78.04%-
XYZ18.2418.9156.72-
YUV106.24180.3577.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.03%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 199 (78.12% from 255) = 55.43%
R=10.03%
G=34.54%
B=55.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361241990.820.3800.22207.6169.3646.08
Hex247CC75226016d0452e
Octal441743071224602632010556
Binary1001001111100110001111010010100110010110110100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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