Html Css Color HEX #519EE4 Picton Blue

📋 copy color: '#519EE4'

red 81 ◦ green 158 ◦ blue 228

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

Shades of Picton Blue #519EE4

Tints of Picton Blue #519EE4

RGB

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

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

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

R = 17.34%
G = 33.83%
B = 48.82%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#519EE4 (or 0x519EE4) is known color: Picton Blue. HEX triplet: 51, 9E and E4. RGB value is (81,158,228). Sum of RGB (Red+Green+Blue) = 81+158+228=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #519EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EE4 is #AE611B. Grayscale: #8E8E8E. Windows color (decimal): -11428124 or 14982737. OLE color: 14982737.

HSL color Cylindrical-coordinate representation of color #519EE4: hue angle of 208.57º 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 #519EE4 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 158 228 -
CMYK 0.64 0.31 0 0.11
HSL 208.57º 0.73% 0.61% -
HSV(B) 208.57º 0.64% 0.89% -
XYZ 29.62 31.8 77.98 -
YUV 142.96 175.99 83.81 -
System Red Green Blue C M Y K H S L
Decimal 81 158 228 0.64 0.31 0 0.11 208.57 0.73 0.61
Hex 51 9E E4 40 1F 0 B D1 49 3D
Octal 121 236 344 100 37 0 13 321 111 75
Binary 1010001 10011110 11100100 1000000 11111 0 1011 11010001 1001001 111101

Color Harmonies of #519EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EE4

Black with #519EE4

Text Example


Text Example

White with #519EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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