Html Css Color HEX #459ACF Picton Blue

📋 copy color: '#459ACF'

red 69 ◦ green 154 ◦ blue 207

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

Shades of Picton Blue #459ACF

Tints of Picton Blue #459ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 16.05%
G = 35.81%
B = 48.14%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#459ACF (or 0x459ACF) is known color: Picton Blue. HEX triplet: 45, 9A and CF. RGB value is (69,154,207). Sum of RGB (Red+Green+Blue) = 69+154+207=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #459ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACF is #BA6530. Grayscale: #868686. Windows color (decimal): -12215601 or 13605445. OLE color: 13605445.

HSL color Cylindrical-coordinate representation of color #459ACF: hue angle of 203.04º degrees, saturation: 0.59, 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 #459ACF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 154 207 -
CMYK 0.67 0.26 0 0.19
HSL 203.04º 0.59% 0.54% -
HSV(B) 203.04º 0.67% 0.81% -
XYZ 25.27 28.88 63.27 -
YUV 134.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 69 154 207 0.67 0.26 0 0.19 203.04 0.59 0.54
Hex 45 9A CF 43 1A 0 13 CB 3B 36
Octal 105 232 317 103 32 0 23 313 73 66
Binary 1000101 10011010 11001111 1000011 11010 0 10011 11001011 111011 110110

Color Harmonies of #459ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ACF

Black with #459ACF

Text Example


Text Example

White with #459ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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