#247FC2

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

Shades of Curious Blue #247FC2

Tints of Curious Blue #247FC2

Color information

#247FC2 (or 0x247FC2) is unknown color: approx Curious Blue. HEX triplet: 24, 7F and C2. RGB value is (36,127,194). Sum of RGB (Red+Green+Blue) = 36+127+194=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #247FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FC2 is #DB803D. Grayscale: #6B6B6B. Windows color (decimal): -14385214 or 12746532. OLE color: 12746532.

HSL color Cylindrical-coordinate representation of color #247FC2: hue angle of 205.44º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247FC2 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB36127194-
CMYK0.810.3500.24
HSL205.44º68.7%45.1%-
HSV(B)205.44º81.44%76.08%-
XYZ18.0519.4553.84-
YUV107.43176.8577.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.08%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 194 (76.17% from 255) = 54.34%
R=10.08%
G=35.57%
B=54.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal361271940.810.3500.24205.4468.745.1
Hex247FC25123018cd452d
Octal441773021214303031510555
Binary1001001111111110000101010001100011011000110011011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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