Html Css Color HEX #529EDD Picton Blue

📋 copy color: '#529EDD'

red 82 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #529EDD

Tints of Picton Blue #529EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 17.79%
G = 34.27%
B = 47.94%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#529EDD (or 0x529EDD) is known color: Picton Blue. HEX triplet: 52, 9E and DD. RGB value is (82,158,221). Sum of RGB (Red+Green+Blue) = 82+158+221=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #529EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EDD is #AD6122. Grayscale: #8E8E8E. Windows color (decimal): -11362595 or 14523986. OLE color: 14523986.

HSL color Cylindrical-coordinate representation of color #529EDD: hue angle of 207.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529EDD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 158 221 -
CMYK 0.63 0.29 0 0.13
HSL 207.19º 0.67% 0.59% -
HSV(B) 207.19º 0.63% 0.87% -
XYZ 28.76 31.47 72.96 -
YUV 142.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 82 158 221 0.63 0.29 0 0.13 207.19 0.67 0.59
Hex 52 9E DD 3F 1D 0 D CF 43 3B
Octal 122 236 335 77 35 0 15 317 103 73
Binary 1010010 10011110 11011101 111111 11101 0 1101 11001111 1000011 111011

Color Harmonies of #529EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EDD

Black with #529EDD

Text Example


Text Example

White with #529EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,158,221); }

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

background-color css

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

 a { background-color: rgb(82,158,221); }

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

border-color css

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

 span { border-color: rgb(82,158,221); }

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