Html Css Color HEX #459CDE Picton Blue

📋 copy color: '#459CDE'

red 69 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #459CDE

Tints of Picton Blue #459CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 15.44%
G = 34.9%
B = 49.66%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#459CDE (or 0x459CDE) is known color: Picton Blue. HEX triplet: 45, 9C and DE. RGB value is (69,156,222). Sum of RGB (Red+Green+Blue) = 69+156+222=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #459CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CDE is #BA6321. Grayscale: #898989. Windows color (decimal): -12215074 or 14588997. OLE color: 14588997.

HSL color Cylindrical-coordinate representation of color #459CDE: hue angle of 205.88º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459CDE is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 156 222 -
CMYK 0.69 0.30 0 0.13
HSL 205.88º 0.7% 0.57% -
HSV(B) 205.88º 0.69% 0.87% -
XYZ 27.53 30.32 73.51 -
YUV 137.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 69 156 222 0.69 0.30 0 0.13 205.88 0.7 0.57
Hex 45 9C DE 45 1E 0 D CE 46 39
Octal 105 234 336 105 36 0 15 316 106 71
Binary 1000101 10011100 11011110 1000101 11110 0 1101 11001110 1000110 111001

Color Harmonies of #459CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CDE

Black with #459CDE

Text Example


Text Example

White with #459CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,156,222); }

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

background-color css

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

 a { background-color: rgb(69,156,222); }

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

border-color css

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

 span { border-color: rgb(69,156,222); }

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