#247FB4

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

Shades of Curious Blue #247FB4

Tints of Curious Blue #247FB4

Color information

#247FB4 (or 0x247FB4) is unknown color: approx Curious Blue. HEX triplet: 24, 7F and B4. RGB value is (36,127,180). Sum of RGB (Red+Green+Blue) = 36+127+180=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #247FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FB4 is #DB804B. Grayscale: #696969. Windows color (decimal): -14385228 or 11829028. OLE color: 11829028.

HSL color Cylindrical-coordinate representation of color #247FB4: hue angle of 202.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247FB4 is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36127180-
CMYK0.80.2900.29
HSL202.08º66.67%42.35%-
HSV(B)202.08º80%70.59%-
XYZ16.5618.8545.95-
YUV105.83169.8578.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.50%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=10.50%
G=37.03%
B=52.48%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361271800.80.2900.29202.0866.6742.35
Hex247FB4501D01Dca432a
Octal441772641203503531210352
Binary100100111111110110100101000011101011101110010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,127,180); }

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

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

 a { background-color: rgb(36,127,180); }

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

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

 span { border-color: rgb(36,127,180); }

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