#247ABF

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

Shades of Curious Blue #247ABF

Tints of Curious Blue #247ABF

Color information

#247ABF (or 0x247ABF) is unknown color: approx Curious Blue. HEX triplet: 24, 7A and BF. RGB value is (36,122,191). Sum of RGB (Red+Green+Blue) = 36+122+191=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #247ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ABF is #DB8540. Grayscale: #676767. Windows color (decimal): -14386497 or 12548644. OLE color: 12548644.

HSL color Cylindrical-coordinate representation of color #247ABF: hue angle of 206.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247ABF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB36122191-
CMYK0.810.3600.25
HSL206.71º68.28%44.51%-
HSV(B)206.71º81.15%74.9%-
XYZ17.0918.0651.87-
YUV104.15177.0179.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.32%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 54.73%
R=10.32%
G=34.96%
B=54.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361221910.810.3600.25206.7168.2844.51
Hex247ABF5124019cf442d
Octal441722771214403131710455
Binary1001001111010101111111010001100100011001110011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,122,191); }

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

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

 a { background-color: rgb(36,122,191); }

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

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

 span { border-color: rgb(36,122,191); }

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