Html Css Color HEX #459ACE Picton Blue

📋 copy color: '#459ACE'

red 69 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #459ACE

Tints of Picton Blue #459ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 16.08%
G = 35.9%
B = 48.02%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#459ACE (or 0x459ACE) is known color: Picton Blue. HEX triplet: 45, 9A and CE. RGB value is (69,154,206). Sum of RGB (Red+Green+Blue) = 69+154+206=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #459ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACE is #BA6531. Grayscale: #868686. Windows color (decimal): -12215602 or 13539909. OLE color: 13539909.

HSL color Cylindrical-coordinate representation of color #459ACE: hue angle of 202.77º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459ACE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 154 206 -
CMYK 0.67 0.25 0 0.19
HSL 202.77º 0.58% 0.54% -
HSV(B) 202.77º 0.67% 0.81% -
XYZ 25.15 28.83 62.63 -
YUV 134.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 69 154 206 0.67 0.25 0 0.19 202.77 0.58 0.54
Hex 45 9A CE 43 19 0 13 CB 3A 36
Octal 105 232 316 103 31 0 23 313 72 66
Binary 1000101 10011010 11001110 1000011 11001 0 10011 11001011 111010 110110

Color Harmonies of #459ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ACE

Black with #459ACE

Text Example


Text Example

White with #459ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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