Html Css Color HEX #529FDF Picton Blue

📋 copy color: '#529FDF'

red 82 ◦ green 159 ◦ blue 223

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

Shades of Picton Blue #529FDF

Tints of Picton Blue #529FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.27%

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

R = 17.67%
G = 34.27%
B = 48.06%

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

#529FDF (or 0x529FDF) is known color: Picton Blue. HEX triplet: 52, 9F and DF. RGB value is (82,159,223). Sum of RGB (Red+Green+Blue) = 82+159+223=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #529FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FDF is #AD6020. Grayscale: #8E8E8E. Windows color (decimal): -11362337 or 14655314. OLE color: 14655314.

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

Color convert

RGB 82 159 223 -
CMYK 0.63 0.29 0 0.13
HSL 207.23º 0.69% 0.6% -
HSV(B) 207.23º 0.63% 0.87% -
XYZ 29.2 31.92 74.43 -
YUV 143.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 82 159 223 0.63 0.29 0 0.13 207.23 0.69 0.6
Hex 52 9F DF 3F 1D 0 D CF 45 3C
Octal 122 237 337 77 35 0 15 317 105 74
Binary 1010010 10011111 11011111 111111 11101 0 1101 11001111 1000101 111100

Color Harmonies of #529FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FDF

Black with #529FDF

Text Example


Text Example

White with #529FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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