Html Css Color HEX #529BCF Picton Blue

📋 copy color: '#529BCF'

red 82 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #529BCF

Tints of Picton Blue #529BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 18.47%
G = 34.91%
B = 46.62%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#529BCF (or 0x529BCF) is known color: Picton Blue. HEX triplet: 52, 9B and CF. RGB value is (82,155,207). Sum of RGB (Red+Green+Blue) = 82+155+207=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #529BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCF is #AD6430. Grayscale: #8A8A8A. Windows color (decimal): -11363377 or 13605714. OLE color: 13605714.

HSL color Cylindrical-coordinate representation of color #529BCF: hue angle of 204.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529BCF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 155 207 -
CMYK 0.60 0.25 0 0.19
HSL 204.96º 0.57% 0.57% -
HSV(B) 204.96º 0.6% 0.81% -
XYZ 26.46 29.74 63.38 -
YUV 139.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 82 155 207 0.60 0.25 0 0.19 204.96 0.57 0.57
Hex 52 9B CF 3C 19 0 13 CD 39 39
Octal 122 233 317 74 31 0 23 315 71 71
Binary 1010010 10011011 11001111 111100 11001 0 10011 11001101 111001 111001

Color Harmonies of #529BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BCF

Black with #529BCF

Text Example


Text Example

White with #529BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,207); }

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

background-color css

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

 a { background-color: rgb(82,155,207); }

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

border-color css

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

 span { border-color: rgb(82,155,207); }

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