#468DBC

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

Shades of Curious Blue #468DBC

Tints of Curious Blue #468DBC

Color information

#468DBC (or 0x468DBC) is unknown color: approx Curious Blue. HEX triplet: 46, 8D and BC. RGB value is (70,141,188). Sum of RGB (Red+Green+Blue) = 70+141+188=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #468DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DBC is #B97243. Grayscale: #7C7C7C. Windows color (decimal): -12153412 or 12356934. OLE color: 12356934.

HSL color Cylindrical-coordinate representation of color #468DBC: hue angle of 203.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468DBC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70141188-
CMYK0.630.2500.26
HSL203.9º46.83%50.59%-
HSV(B)203.9º62.77%73.73%-
XYZ21.1323.9851.09-
YUV125.13163.4888.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=17.54%
G=35.34%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701411880.630.2500.26203.946.8350.59
Hex468DBC3F1901Acc2f33
Octal10621527477310323145763
Binary100011010001101101111001111111100101101011001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468DBC; }

 p { color: rgb(70,141,188); }

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

<style>
 a { background-color: #468DBC; }

 a { background-color: rgb(70,141,188); }

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

<style>
 span { border-color: #468DBC; }

 span { border-color: rgb(70,141,188); }

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