#247EB4

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

Shades of Curious Blue #247EB4

Tints of Curious Blue #247EB4

Color information

#247EB4 (or 0x247EB4) is unknown color: approx Curious Blue. HEX triplet: 24, 7E and B4. RGB value is (36,126,180). Sum of RGB (Red+Green+Blue) = 36+126+180=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #247EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EB4 is #DB814B. Grayscale: #686868. Windows color (decimal): -14385484 or 11828772. OLE color: 11828772.

HSL color Cylindrical-coordinate representation of color #247EB4: hue angle of 202.5º 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 #247EB4 is Cyan = 0.8, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36126180-
CMYK0.80.300.29
HSL202.5º66.67%42.35%-
HSV(B)202.5º80%70.59%-
XYZ16.4318.5945.9-
YUV105.25170.1878.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.53%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=10.53%
G=36.84%
B=52.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361261800.80.300.29202.566.6742.35
Hex247EB4501E01Dca432a
Octal441762641203603531210352
Binary100100111111010110100101000011110011101110010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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