#459EDA

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

Shades of Picton Blue #459EDA

Tints of Picton Blue #459EDA

Color information

#459EDA (or 0x459EDA) is unknown color: approx Picton Blue. HEX triplet: 45, 9E and DA. RGB value is (69,158,218). Sum of RGB (Red+Green+Blue) = 69+158+218=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #459EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EDA is #BA6125. Grayscale: #898989. Windows color (decimal): -12214566 or 14327365. OLE color: 14327365.

HSL color Cylindrical-coordinate representation of color #459EDA: hue angle of 204.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459EDA is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB69158218-
CMYK0.680.2800.15
HSL204.16º66.82%56.27%-
HSV(B)204.16º68.35%85.49%-
XYZ27.3430.7870.83-
YUV138.23173.0178.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.51%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 218 (85.55% from 255) = 48.99%
R=15.51%
G=35.51%
B=48.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal691582180.680.2800.15204.1666.8256.27
Hex459EDA441C0Fcc4338
Octal1052363321043401731410370
Binary1000101100111101101101010001001110001111110011001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459EDA; }

 p { color: rgb(69,158,218); }

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

<style>
 a { background-color: #459EDA; }

 a { background-color: rgb(69,158,218); }

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

<style>
 span { border-color: #459EDA; }

 span { border-color: rgb(69,158,218); }

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