Html Css Color HEX #459ED9 Picton Blue

📋 copy color: '#459ED9'

red 69 ◦ green 158 ◦ blue 217

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

Shades of Picton Blue #459ED9

Tints of Picton Blue #459ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 15.54%
G = 35.59%
B = 48.87%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#459ED9 (or 0x459ED9) is known color: Picton Blue. HEX triplet: 45, 9E and D9. RGB value is (69,158,217). Sum of RGB (Red+Green+Blue) = 69+158+217=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #459ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ED9 is #BA6126. Grayscale: #898989. Windows color (decimal): -12214567 or 14261829. OLE color: 14261829.

HSL color Cylindrical-coordinate representation of color #459ED9: hue angle of 203.92º degrees, saturation: 0.66, 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 #459ED9 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 158 217 -
CMYK 0.68 0.27 0 0.15
HSL 203.92º 0.66% 0.56% -
HSV(B) 203.92º 0.68% 0.85% -
XYZ 27.21 30.73 70.14 -
YUV 138.12 172.51 78.7 -
System Red Green Blue C M Y K H S L
Decimal 69 158 217 0.68 0.27 0 0.15 203.92 0.66 0.56
Hex 45 9E D9 44 1B 0 F CC 42 38
Octal 105 236 331 104 33 0 17 314 102 70
Binary 1000101 10011110 11011001 1000100 11011 0 1111 11001100 1000010 111000

Color Harmonies of #459ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ED9

Black with #459ED9

Text Example


Text Example

White with #459ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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