Html Css Color HEX #459ADC Picton Blue

📋 copy color: '#459ADC'

red 69 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #459ADC

Tints of Picton Blue #459ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 15.58%
G = 34.76%
B = 49.66%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#459ADC (or 0x459ADC) is known color: Picton Blue. HEX triplet: 45, 9A and DC. RGB value is (69,154,220). Sum of RGB (Red+Green+Blue) = 69+154+220=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #459ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ADC is #BA6523. Grayscale: #878787. Windows color (decimal): -12215588 or 14457413. OLE color: 14457413.

HSL color Cylindrical-coordinate representation of color #459ADC: hue angle of 206.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459ADC is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 154 220 -
CMYK 0.69 0.3 0 0.14
HSL 206.23º 0.68% 0.57% -
HSV(B) 206.23º 0.69% 0.86% -
XYZ 26.93 29.54 71.99 -
YUV 136.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 69 154 220 0.69 0.3 0 0.14 206.23 0.68 0.57
Hex 45 9A DC 45 1E 0 E CE 44 39
Octal 105 232 334 105 36 0 16 316 104 71
Binary 1000101 10011010 11011100 1000101 11110 0 1110 11001110 1000100 111001

Color Harmonies of #459ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ADC

Black with #459ADC

Text Example


Text Example

White with #459ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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