Html Css Color HEX #459ED5 Picton Blue

📋 copy color: '#459ED5'

red 69 ◦ green 158 ◦ blue 213

#459ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #459ED5

Tints of Picton Blue #459ED5

RGB

 RED value IS 69 (27.34% from 255) = 15.68%

 GREEN value IS 158 (62.11% from 255) = 35.91%

 BLUE value IS 213 (83.59% from 255) = 48.41%

R = 15.68%
G = 35.91%
B = 48.41%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#459ED5 (or 0x459ED5) is known color: Picton Blue. HEX triplet: 45, 9E and D5. RGB value is (69,158,213). Sum of RGB (Red+Green+Blue) = 69+158+213=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #459ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ED5 is #BA612A. Grayscale: #898989. Windows color (decimal): -12214571 or 13999685. OLE color: 13999685.

HSL color Cylindrical-coordinate representation of color #459ED5: hue angle of 202.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459ED5 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 158 213 -
CMYK 0.68 0.26 0 0.16
HSL 202.92º 0.63% 0.55% -
HSV(B) 202.92º 0.68% 0.84% -
XYZ 26.69 30.52 67.44 -
YUV 137.66 170.51 79.03 -
System Red Green Blue C M Y K H S L
Decimal 69 158 213 0.68 0.26 0 0.16 202.92 0.63 0.55
Hex 45 9E D5 44 1A 0 10 CB 3F 37
Octal 105 236 325 104 32 0 20 313 77 67
Binary 1000101 10011110 11010101 1000100 11010 0 10000 11001011 111111 110111

Color Harmonies of #459ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ED5

Black with #459ED5

Text Example


Text Example

White with #459ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #459ED5;
 }
 .AnyTagClassName
 {
   color: #459ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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