Html Css Color HEX #5199DF Picton Blue

📋 copy color: '#5199DF'

red 81 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5199DF

Tints of Picton Blue #5199DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 17.72%
G = 33.48%
B = 48.8%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5199DF (or 0x5199DF) is known color: Picton Blue. HEX triplet: 51, 99 and DF. RGB value is (81,153,223). Sum of RGB (Red+Green+Blue) = 81+153+223=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #5199DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DF is #AE6620. Grayscale: #8B8B8B. Windows color (decimal): -11429409 or 14653777. OLE color: 14653777.

HSL color Cylindrical-coordinate representation of color #5199DF: hue angle of 209.58º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5199DF is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 153 223 -
CMYK 0.64 0.31 0 0.13
HSL 209.58º 0.69% 0.6% -
HSV(B) 209.58º 0.64% 0.87% -
XYZ 28.1 29.86 74.09 -
YUV 139.45 175.15 86.31 -
System Red Green Blue C M Y K H S L
Decimal 81 153 223 0.64 0.31 0 0.13 209.58 0.69 0.6
Hex 51 99 DF 40 1F 0 D D2 45 3C
Octal 121 231 337 100 37 0 15 322 105 74
Binary 1010001 10011001 11011111 1000000 11111 0 1101 11010010 1000101 111100

Color Harmonies of #5199DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5199DF

Black with #5199DF

Text Example


Text Example

White with #5199DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5199DF; }

 p { color: rgb(81,153,223); }

 H1.HeaderClassName
 {
   color: #5199DF;
 }
 .AnyTagClassName
 {
   color: #5199DF;
 }
</style>

background-color css

<style>
 a { background-color: #5199DF; }

 a { background-color: rgb(81,153,223); }

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

border-color css

<style>
 span { border-color: #5199DF; }

 span { border-color: rgb(81,153,223); }

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