Html Css Color HEX #459EDB Picton Blue

📋 copy color: '#459EDB'

red 69 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #459EDB

Tints of Picton Blue #459EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.43%

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

R = 15.47%
G = 35.43%
B = 49.1%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#459EDB (or 0x459EDB) is known color: Picton Blue. HEX triplet: 45, 9E and DB. RGB value is (69,158,219). Sum of RGB (Red+Green+Blue) = 69+158+219=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #459EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EDB is #BA6124. Grayscale: #8A8A8A. Windows color (decimal): -12214565 or 14392901. OLE color: 14392901.

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

Color convert

RGB 69 158 219 -
CMYK 0.68 0.28 0 0.14
HSL 204.4º 0.68% 0.56% -
HSV(B) 204.4º 0.68% 0.86% -
XYZ 27.47 30.83 71.52 -
YUV 138.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 69 158 219 0.68 0.28 0 0.14 204.4 0.68 0.56
Hex 45 9E DB 44 1C 0 E CC 44 38
Octal 105 236 333 104 34 0 16 314 104 70
Binary 1000101 10011110 11011011 1000100 11100 0 1110 11001100 1000100 111000

Color Harmonies of #459EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459EDB

Black with #459EDB

Text Example


Text Example

White with #459EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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