#247FB9

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

Shades of Curious Blue #247FB9

Tints of Curious Blue #247FB9

Color information

#247FB9 (or 0x247FB9) is unknown color: approx Curious Blue. HEX triplet: 24, 7F and B9. RGB value is (36,127,185). Sum of RGB (Red+Green+Blue) = 36+127+185=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #247FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FB9 is #DB8046. Grayscale: #6A6A6A. Windows color (decimal): -14385223 or 12156708. OLE color: 12156708.

HSL color Cylindrical-coordinate representation of color #247FB9: hue angle of 203.36º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247FB9 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36127185-
CMYK0.810.3100.27
HSL203.36º67.42%43.33%-
HSV(B)203.36º80.54%72.55%-
XYZ17.0719.0648.68-
YUV106.4172.3577.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.34%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=10.34%
G=36.49%
B=53.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361271850.810.3100.27203.3667.4243.33
Hex247FB9511F01Bcb432b
Octal441772711213703331310353
Binary100100111111110111001101000111111011011110010111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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