Html Css Color HEX #459CDB Picton Blue

📋 copy color: '#459CDB'

red 69 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #459CDB

Tints of Picton Blue #459CDB

RGB

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

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

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

R = 15.54%
G = 35.14%
B = 49.32%

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

#459CDB (or 0x459CDB) is known color: Picton Blue. HEX triplet: 45, 9C and DB. RGB value is (69,156,219). Sum of RGB (Red+Green+Blue) = 69+156+219=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #459CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CDB is #BA6324. Grayscale: #888888. Windows color (decimal): -12215077 or 14392389. OLE color: 14392389.

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

Color convert

RGB 69 156 219 -
CMYK 0.68 0.29 0 0.14
HSL 205.2º 0.68% 0.56% -
HSV(B) 205.2º 0.68% 0.86% -
XYZ 27.13 30.16 71.41 -
YUV 137.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 69 156 219 0.68 0.29 0 0.14 205.2 0.68 0.56
Hex 45 9C DB 44 1D 0 E CD 44 38
Octal 105 234 333 104 35 0 16 315 104 70
Binary 1000101 10011100 11011011 1000100 11101 0 1110 11001101 1000100 111000

Color Harmonies of #459CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CDB

Black with #459CDB

Text Example


Text Example

White with #459CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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