Html Css Color HEX #519AE4 Picton Blue

📋 copy color: '#519AE4'

red 81 ◦ green 154 ◦ blue 228

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

Shades of Picton Blue #519AE4

Tints of Picton Blue #519AE4

RGB

 RED value IS 81 (32.03% from 255) = 17.49%

 GREEN value IS 154 (60.55% from 255) = 33.26%

 BLUE value IS 228 (89.45% from 255) = 49.24%

R = 17.49%
G = 33.26%
B = 49.24%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#519AE4 (or 0x519AE4) is known color: Picton Blue. HEX triplet: 51, 9A and E4. RGB value is (81,154,228). Sum of RGB (Red+Green+Blue) = 81+154+228=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #519AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AE4 is #AE651B. Grayscale: #8C8C8C. Windows color (decimal): -11429148 or 14981713. OLE color: 14981713.

HSL color Cylindrical-coordinate representation of color #519AE4: hue angle of 210.2º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519AE4 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 154 228 -
CMYK 0.64 0.32 0 0.11
HSL 210.2º 0.73% 0.61% -
HSV(B) 210.2º 0.64% 0.89% -
XYZ 28.95 30.46 77.75 -
YUV 140.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 81 154 228 0.64 0.32 0 0.11 210.2 0.73 0.61
Hex 51 9A E4 40 20 0 B D2 49 3D
Octal 121 232 344 100 40 0 13 322 111 75
Binary 1010001 10011010 11100100 1000000 100000 0 1011 11010010 1001001 111101

Color Harmonies of #519AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AE4

Black with #519AE4

Text Example


Text Example

White with #519AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519AE4; }

 p { color: rgb(81,154,228); }

 H1.HeaderClassName
 {
   color: #519AE4;
 }
 .AnyTagClassName
 {
   color: #519AE4;
 }
</style>

background-color css

<style>
 a { background-color: #519AE4; }

 a { background-color: rgb(81,154,228); }

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

border-color css

<style>
 span { border-color: #519AE4; }

 span { border-color: rgb(81,154,228); }

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