#468DE0

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

Shades of Picton Blue #468DE0

Tints of Picton Blue #468DE0

Color information

#468DE0 (or 0x468DE0) is unknown color: approx Picton Blue. HEX triplet: 46, 8D and E0. RGB value is (70,141,224). Sum of RGB (Red+Green+Blue) = 70+141+224=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #468DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DE0 is #B9721F. Grayscale: #808080. Windows color (decimal): -12153376 or 14716230. OLE color: 14716230.

HSL color Cylindrical-coordinate representation of color #468DE0: hue angle of 212.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468DE0 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB70141224-
CMYK0.690.3700.12
HSL212.34º71.3%57.65%-
HSV(B)212.34º68.75%87.84%-
XYZ25.5125.7374.14-
YUV129.23181.4885.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.09%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=16.09%
G=32.41%
B=51.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal701412240.690.3700.12212.3471.357.65
Hex468DE045250Cd4473a
Octal1062153401054501432410772
Binary10001101000110111100000100010110010101100110101001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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