Html Css Color HEX #569DDA Picton Blue

📋 copy color: '#569DDA'

red 86 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #569DDA

Tints of Picton Blue #569DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

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

R = 18.66%
G = 34.06%
B = 47.29%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#569DDA (or 0x569DDA) is known color: Picton Blue. HEX triplet: 56, 9D and DA. RGB value is (86,157,218). Sum of RGB (Red+Green+Blue) = 86+157+218=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #569DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDA is #A96225. Grayscale: #8E8E8E. Windows color (decimal): -11100710 or 14327126. OLE color: 14327126.

HSL color Cylindrical-coordinate representation of color #569DDA: hue angle of 207.73º 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 #569DDA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 157 218 -
CMYK 0.61 0.28 0 0.15
HSL 207.73º 0.64% 0.6% -
HSV(B) 207.73º 0.61% 0.85% -
XYZ 28.55 31.15 70.84 -
YUV 142.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 86 157 218 0.61 0.28 0 0.15 207.73 0.64 0.6
Hex 56 9D DA 3D 1C 0 F D0 40 3C
Octal 126 235 332 75 34 0 17 320 100 74
Binary 1010110 10011101 11011010 111101 11100 0 1111 11010000 1000000 111100

Color Harmonies of #569DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569DDA

Black with #569DDA

Text Example


Text Example

White with #569DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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