#247DCE

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

Shades of Curious Blue #247DCE

Tints of Curious Blue #247DCE

Color information

#247DCE (or 0x247DCE) is unknown color: approx Curious Blue. HEX triplet: 24, 7D and CE. RGB value is (36,125,206). Sum of RGB (Red+Green+Blue) = 36+125+206=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #247DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DCE is #DB8231. Grayscale: #6B6B6B. Windows color (decimal): -14385714 or 13532452. OLE color: 13532452.

HSL color Cylindrical-coordinate representation of color #247DCE: hue angle of 208.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247DCE is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB36125206-
CMYK0.830.3900.19
HSL208.59º70.25%47.45%-
HSV(B)208.59º82.52%80.78%-
XYZ19.219.561.14-
YUV107.62183.5176.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.81%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=9.81%
G=34.06%
B=56.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal361252060.830.3900.19208.5970.2547.45
Hex247DCE5327013d1462f
Octal441753161234702332110657
Binary1001001111101110011101010011100111010011110100011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,206); }

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

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

 a { background-color: rgb(36,125,206); }

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

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

 span { border-color: rgb(36,125,206); }

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