Html Css Color HEX #459ECD Picton Blue

📋 copy color: '#459ECD'

red 69 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #459ECD

Tints of Picton Blue #459ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 15.97%
G = 36.57%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#459ECD (or 0x459ECD) is known color: Picton Blue. HEX triplet: 45, 9E and CD. RGB value is (69,158,205). Sum of RGB (Red+Green+Blue) = 69+158+205=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #459ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECD is #BA6132. Grayscale: #888888. Windows color (decimal): -12214579 or 13475397. OLE color: 13475397.

HSL color Cylindrical-coordinate representation of color #459ECD: hue angle of 200.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459ECD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 158 205 -
CMYK 0.66 0.23 0 0.20
HSL 200.74º 0.58% 0.54% -
HSV(B) 200.74º 0.66% 0.8% -
XYZ 25.7 30.13 62.22 -
YUV 136.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 69 158 205 0.66 0.23 0 0.20 200.74 0.58 0.54
Hex 45 9E CD 42 17 0 14 C9 3A 36
Octal 105 236 315 102 27 0 24 311 72 66
Binary 1000101 10011110 11001101 1000010 10111 0 10100 11001001 111010 110110

Color Harmonies of #459ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ECD

Black with #459ECD

Text Example


Text Example

White with #459ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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