Html Css Color HEX #529DDF Picton Blue

📋 copy color: '#529DDF'

red 82 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #529DDF

Tints of Picton Blue #529DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

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

R = 17.75%
G = 33.98%
B = 48.27%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#529DDF (or 0x529DDF) is known color: Picton Blue. HEX triplet: 52, 9D and DF. RGB value is (82,157,223). Sum of RGB (Red+Green+Blue) = 82+157+223=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #529DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DDF is #AD6220. Grayscale: #8D8D8D. Windows color (decimal): -11362849 or 14654802. OLE color: 14654802.

HSL color Cylindrical-coordinate representation of color #529DDF: hue angle of 208.09º 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 #529DDF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 157 223 -
CMYK 0.63 0.30 0 0.13
HSL 208.09º 0.69% 0.6% -
HSV(B) 208.09º 0.63% 0.87% -
XYZ 28.86 31.24 74.32 -
YUV 142.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 82 157 223 0.63 0.30 0 0.13 208.09 0.69 0.6
Hex 52 9D DF 3F 1E 0 D D0 45 3C
Octal 122 235 337 77 36 0 15 320 105 74
Binary 1010010 10011101 11011111 111111 11110 0 1101 11010000 1000101 111100

Color Harmonies of #529DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DDF

Black with #529DDF

Text Example


Text Example

White with #529DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529DDF; }

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

 H1.HeaderClassName
 {
   color: #529DDF;
 }
 .AnyTagClassName
 {
   color: #529DDF;
 }
</style>

background-color css

<style>
 a { background-color: #529DDF; }

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

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

border-color css

<style>
 span { border-color: #529DDF; }

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

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