Html Css Color HEX #569FDA Picton Blue

📋 copy color: '#569FDA'

red 86 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #569FDA

Tints of Picton Blue #569FDA

RGB

 RED value IS 86 (33.98% from 255) = 18.57%

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 18.57%
G = 34.34%
B = 47.08%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#569FDA (or 0x569FDA) is known color: Picton Blue. HEX triplet: 56, 9F and DA. RGB value is (86,159,218). Sum of RGB (Red+Green+Blue) = 86+159+218=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #569FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FDA is #A96025. Grayscale: #8F8F8F. Windows color (decimal): -11100198 or 14327638. OLE color: 14327638.

HSL color Cylindrical-coordinate representation of color #569FDA: hue angle of 206.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569FDA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 159 218 -
CMYK 0.61 0.27 0 0.15
HSL 206.82º 0.64% 0.6% -
HSV(B) 206.82º 0.61% 0.85% -
XYZ 28.89 31.84 70.95 -
YUV 143.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 86 159 218 0.61 0.27 0 0.15 206.82 0.64 0.6
Hex 56 9F DA 3D 1B 0 F CF 40 3C
Octal 126 237 332 75 33 0 17 317 100 74
Binary 1010110 10011111 11011010 111101 11011 0 1111 11001111 1000000 111100

Color Harmonies of #569FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FDA

Black with #569FDA

Text Example


Text Example

White with #569FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569FDA; }

 p { color: rgb(86,159,218); }

 H1.HeaderClassName
 {
   color: #569FDA;
 }
 .AnyTagClassName
 {
   color: #569FDA;
 }
</style>

background-color css

<style>
 a { background-color: #569FDA; }

 a { background-color: rgb(86,159,218); }

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

border-color css

<style>
 span { border-color: #569FDA; }

 span { border-color: rgb(86,159,218); }

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