Html Css Color HEX #459AD5 Picton Blue

📋 copy color: '#459AD5'

red 69 ◦ green 154 ◦ blue 213

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

Shades of Picton Blue #459AD5

Tints of Picton Blue #459AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

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

R = 15.83%
G = 35.32%
B = 48.85%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#459AD5 (or 0x459AD5) is known color: Picton Blue. HEX triplet: 45, 9A and D5. RGB value is (69,154,213). Sum of RGB (Red+Green+Blue) = 69+154+213=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #459AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AD5 is #BA652A. Grayscale: #868686. Windows color (decimal): -12215595 or 13998661. OLE color: 13998661.

HSL color Cylindrical-coordinate representation of color #459AD5: hue angle of 204.58º 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 #459AD5 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 154 213 -
CMYK 0.68 0.28 0 0.16
HSL 204.58º 0.63% 0.55% -
HSV(B) 204.58º 0.68% 0.84% -
XYZ 26.02 29.18 67.21 -
YUV 135.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 69 154 213 0.68 0.28 0 0.16 204.58 0.63 0.55
Hex 45 9A D5 44 1C 0 10 CD 3F 37
Octal 105 232 325 104 34 0 20 315 77 67
Binary 1000101 10011010 11010101 1000100 11100 0 10000 11001101 111111 110111

Color Harmonies of #459AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459AD5

Black with #459AD5

Text Example


Text Example

White with #459AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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