Html Css Color HEX #459BD5 Picton Blue

📋 copy color: '#459BD5'

red 69 ◦ green 155 ◦ blue 213

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

Shades of Picton Blue #459BD5

Tints of Picton Blue #459BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

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

R = 15.79%
G = 35.47%
B = 48.74%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#459BD5 (or 0x459BD5) is known color: Picton Blue. HEX triplet: 45, 9B and D5. RGB value is (69,155,213). Sum of RGB (Red+Green+Blue) = 69+155+213=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #459BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD5 is #BA642A. Grayscale: #878787. Windows color (decimal): -12215339 or 13998917. OLE color: 13998917.

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

Color convert

RGB 69 155 213 -
CMYK 0.68 0.27 0 0.16
HSL 204.17º 0.63% 0.55% -
HSV(B) 204.17º 0.68% 0.84% -
XYZ 26.19 29.51 67.27 -
YUV 135.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 69 155 213 0.68 0.27 0 0.16 204.17 0.63 0.55
Hex 45 9B D5 44 1B 0 10 CC 3F 37
Octal 105 233 325 104 33 0 20 314 77 67
Binary 1000101 10011011 11010101 1000100 11011 0 10000 11001100 111111 110111

Color Harmonies of #459BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BD5

Black with #459BD5

Text Example


Text Example

White with #459BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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