Html Css Color HEX #5299DF Picton Blue

📋 copy color: '#5299DF'

red 82 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5299DF

Tints of Picton Blue #5299DF

RGB

 RED value IS 82 (32.42% from 255) = 17.9%

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

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

R = 17.9%
G = 33.41%
B = 48.69%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5299DF (or 0x5299DF) is known color: Picton Blue. HEX triplet: 52, 99 and DF. RGB value is (82,153,223). Sum of RGB (Red+Green+Blue) = 82+153+223=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #5299DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299DF is #AD6620. Grayscale: #8B8B8B. Windows color (decimal): -11363873 or 14653778. OLE color: 14653778.

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

Color convert

RGB 82 153 223 -
CMYK 0.63 0.31 0 0.13
HSL 209.79º 0.69% 0.6% -
HSV(B) 209.79º 0.63% 0.87% -
XYZ 28.19 29.9 74.1 -
YUV 139.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 82 153 223 0.63 0.31 0 0.13 209.79 0.69 0.6
Hex 52 99 DF 3F 1F 0 D D2 45 3C
Octal 122 231 337 77 37 0 15 322 105 74
Binary 1010010 10011001 11011111 111111 11111 0 1101 11010010 1000101 111100

Color Harmonies of #5299DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299DF

Black with #5299DF

Text Example


Text Example

White with #5299DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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