Html Css Color HEX #5195CF Picton Blue

📋 copy color: '#5195CF'

red 81 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #5195CF

Tints of Picton Blue #5195CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 18.54%
G = 34.1%
B = 47.37%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5195CF (or 0x5195CF) is known color: Picton Blue. HEX triplet: 51, 95 and CF. RGB value is (81,149,207). Sum of RGB (Red+Green+Blue) = 81+149+207=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #5195CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195CF is #AE6A30. Grayscale: #868686. Windows color (decimal): -11430449 or 13604177. OLE color: 13604177.

HSL color Cylindrical-coordinate representation of color #5195CF: hue angle of 207.62º 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 #5195CF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 149 207 -
CMYK 0.61 0.28 0 0.19
HSL 207.62º 0.57% 0.56% -
HSV(B) 207.62º 0.61% 0.81% -
XYZ 25.4 27.75 63.05 -
YUV 135.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 81 149 207 0.61 0.28 0 0.19 207.62 0.57 0.56
Hex 51 95 CF 3D 1C 0 13 D0 39 38
Octal 121 225 317 75 34 0 23 320 71 70
Binary 1010001 10010101 11001111 111101 11100 0 10011 11010000 111001 111000

Color Harmonies of #5195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5195CF

Black with #5195CF

Text Example


Text Example

White with #5195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5195CF; }

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

 H1.HeaderClassName
 {
   color: #5195CF;
 }
 .AnyTagClassName
 {
   color: #5195CF;
 }
</style>

background-color css

<style>
 a { background-color: #5195CF; }

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

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

border-color css

<style>
 span { border-color: #5195CF; }

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

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