Html Css Color HEX #459BE2 Picton Blue

📋 copy color: '#459BE2'

red 69 ◦ green 155 ◦ blue 226

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

Shades of Picton Blue #459BE2

Tints of Picton Blue #459BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.22%

R = 15.33%
G = 34.44%
B = 50.22%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#459BE2 (or 0x459BE2) is known color: Picton Blue. HEX triplet: 45, 9B and E2. RGB value is (69,155,226). Sum of RGB (Red+Green+Blue) = 69+155+226=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #459BE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BE2 is #BA641D. Grayscale: #898989. Windows color (decimal): -12215326 or 14850885. OLE color: 14850885.

HSL color Cylindrical-coordinate representation of color #459BE2: hue angle of 207.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459BE2 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 155 226 -
CMYK 0.69 0.31 0 0.11
HSL 207.13º 0.73% 0.58% -
HSV(B) 207.13º 0.69% 0.89% -
XYZ 27.9 30.2 76.31 -
YUV 137.38 178.01 79.23 -
System Red Green Blue C M Y K H S L
Decimal 69 155 226 0.69 0.31 0 0.11 207.13 0.73 0.58
Hex 45 9B E2 45 1F 0 B CF 49 3A
Octal 105 233 342 105 37 0 13 317 111 72
Binary 1000101 10011011 11100010 1000101 11111 0 1011 11001111 1001001 111010

Color Harmonies of #459BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BE2

Black with #459BE2

Text Example


Text Example

White with #459BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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