#247DC7

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

Shades of Curious Blue #247DC7

Tints of Curious Blue #247DC7

Color information

#247DC7 (or 0x247DC7) is unknown color: approx Curious Blue. HEX triplet: 24, 7D and C7. RGB value is (36,125,199). Sum of RGB (Red+Green+Blue) = 36+125+199=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #247DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DC7 is #DB8238. Grayscale: #6A6A6A. Windows color (decimal): -14385721 or 13073700. OLE color: 13073700.

HSL color Cylindrical-coordinate representation of color #247DC7: hue angle of 207.24º 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 #247DC7 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB36125199-
CMYK0.820.3700.22
HSL207.24º69.36%46.08%-
HSV(B)207.24º81.91%78.04%-
XYZ18.3719.1756.76-
YUV106.82180.0177.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=10%
G=34.72%
B=55.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361251990.820.3700.22207.2469.3646.08
Hex247DC75225016cf452e
Octal441753071224502631710556
Binary1001001111101110001111010010100101010110110011111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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