Html Css Color HEX #519CCF Picton Blue

📋 copy color: '#519CCF'

red 81 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #519CCF

Tints of Picton Blue #519CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 18.24%
G = 35.14%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#519CCF (or 0x519CCF) is known color: Picton Blue. HEX triplet: 51, 9C and CF. RGB value is (81,156,207). Sum of RGB (Red+Green+Blue) = 81+156+207=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #519CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CCF is #AE6330. Grayscale: #8B8B8B. Windows color (decimal): -11428657 or 13605969. OLE color: 13605969.

HSL color Cylindrical-coordinate representation of color #519CCF: hue angle of 204.29º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519CCF is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 156 207 -
CMYK 0.61 0.25 0 0.19
HSL 204.29º 0.57% 0.56% -
HSV(B) 204.29º 0.61% 0.81% -
XYZ 26.54 30.03 63.43 -
YUV 139.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 81 156 207 0.61 0.25 0 0.19 204.29 0.57 0.56
Hex 51 9C CF 3D 19 0 13 CC 39 38
Octal 121 234 317 75 31 0 23 314 71 70
Binary 1010001 10011100 11001111 111101 11001 0 10011 11001100 111001 111000

Color Harmonies of #519CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CCF

Black with #519CCF

Text Example


Text Example

White with #519CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,207); }

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

background-color css

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

 a { background-color: rgb(81,156,207); }

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

border-color css

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

 span { border-color: rgb(81,156,207); }

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