#468EBD

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

Shades of Curious Blue #468EBD

Tints of Curious Blue #468EBD

Color information

#468EBD (or 0x468EBD) is unknown color: approx Curious Blue. HEX triplet: 46, 8E and BD. RGB value is (70,142,189). Sum of RGB (Red+Green+Blue) = 70+142+189=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #468EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468EBD is #B97142. Grayscale: #7D7D7D. Windows color (decimal): -12153155 or 12422726. OLE color: 12422726.

HSL color Cylindrical-coordinate representation of color #468EBD: hue angle of 203.7º 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 #468EBD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70142189-
CMYK0.630.2500.26
HSL203.7º47.41%50.78%-
HSV(B)203.7º62.96%74.12%-
XYZ21.3824.3251.71-
YUV125.83163.6588.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=17.46%
G=35.41%
B=47.13%

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
Decimal701421890.630.2500.26203.747.4150.78
Hex468EBD3F1901Acc2f33
Octal10621627577310323145763
Binary100011010001110101111011111111100101101011001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,142,189); }

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

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

 a { background-color: rgb(70,142,189); }

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

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

 span { border-color: rgb(70,142,189); }

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