Html Css Color HEX #459BE0 Picton Blue

📋 copy color: '#459BE0'

red 69 ◦ green 155 ◦ blue 224

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

Shades of Picton Blue #459BE0

Tints of Picton Blue #459BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 15.4%
G = 34.6%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#459BE0 (or 0x459BE0) is known color: Picton Blue. HEX triplet: 45, 9B and E0. RGB value is (69,155,224). Sum of RGB (Red+Green+Blue) = 69+155+224=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #459BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BE0 is #BA641F. Grayscale: #888888. Windows color (decimal): -12215328 or 14719813. OLE color: 14719813.

HSL color Cylindrical-coordinate representation of color #459BE0: hue angle of 206.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459BE0 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 155 224 -
CMYK 0.69 0.31 0 0.12
HSL 206.71º 0.71% 0.57% -
HSV(B) 206.71º 0.69% 0.88% -
XYZ 27.63 30.09 74.87 -
YUV 137.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 69 155 224 0.69 0.31 0 0.12 206.71 0.71 0.57
Hex 45 9B E0 45 1F 0 C CF 47 39
Octal 105 233 340 105 37 0 14 317 107 71
Binary 1000101 10011011 11100000 1000101 11111 0 1100 11001111 1000111 111001

Color Harmonies of #459BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BE0

Black with #459BE0

Text Example


Text Example

White with #459BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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