Html Css Color HEX #459BDB Picton Blue

📋 copy color: '#459BDB'

red 69 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #459BDB

Tints of Picton Blue #459BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 15.58%
G = 34.99%
B = 49.44%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#459BDB (or 0x459BDB) is known color: Picton Blue. HEX triplet: 45, 9B and DB. RGB value is (69,155,219). Sum of RGB (Red+Green+Blue) = 69+155+219=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #459BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BDB is #BA6424. Grayscale: #888888. Windows color (decimal): -12215333 or 14392133. OLE color: 14392133.

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

Color convert

RGB 69 155 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.6º 0.68% 0.56% -
HSV(B) 205.6º 0.68% 0.86% -
XYZ 26.96 29.82 71.35 -
YUV 136.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 69 155 219 0.68 0.29 0 0.14 205.6 0.68 0.56
Hex 45 9B DB 44 1D 0 E CE 44 38
Octal 105 233 333 104 35 0 16 316 104 70
Binary 1000101 10011011 11011011 1000100 11101 0 1110 11001110 1000100 111000

Color Harmonies of #459BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BDB

Black with #459BDB

Text Example


Text Example

White with #459BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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