Html Css Color HEX #529CE0 Picton Blue

📋 copy color: '#529CE0'

red 82 ◦ green 156 ◦ blue 224

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

Shades of Picton Blue #529CE0

Tints of Picton Blue #529CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 17.75%
G = 33.77%
B = 48.48%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#529CE0 (or 0x529CE0) is known color: Picton Blue. HEX triplet: 52, 9C and E0. RGB value is (82,156,224). Sum of RGB (Red+Green+Blue) = 82+156+224=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #529CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CE0 is #AD631F. Grayscale: #8D8D8D. Windows color (decimal): -11363104 or 14720082. OLE color: 14720082.

HSL color Cylindrical-coordinate representation of color #529CE0: hue angle of 208.73º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529CE0 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 156 224 -
CMYK 0.63 0.30 0 0.12
HSL 208.73º 0.7% 0.6% -
HSV(B) 208.73º 0.63% 0.88% -
XYZ 28.82 30.95 74.98 -
YUV 141.63 174.48 85.47 -
System Red Green Blue C M Y K H S L
Decimal 82 156 224 0.63 0.30 0 0.12 208.73 0.7 0.6
Hex 52 9C E0 3F 1E 0 C D1 46 3C
Octal 122 234 340 77 36 0 14 321 106 74
Binary 1010010 10011100 11100000 111111 11110 0 1100 11010001 1000110 111100

Color Harmonies of #529CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CE0

Black with #529CE0

Text Example


Text Example

White with #529CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,224); }

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

background-color css

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

 a { background-color: rgb(82,156,224); }

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

border-color css

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

 span { border-color: rgb(82,156,224); }

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